Compare commits

...

1 Commits

Author SHA1 Message Date
renovate-bot 0ddffa1820 chore(deps): update https://git.keligrubb.com/actions/setup-node action to v7
renovate/stability-days Updates have met minimum release age requirement
PR / lint (pull_request) Successful in 54s
PR / test-coverage (pull_request) Successful in 53s
2026-07-17 03:02:12 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7 uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node - name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v6 uses: https://git.keligrubb.com/actions/setup-node@v7
with: with:
node-version: "24" node-version: "24"
cache: "npm" cache: "npm"
@@ -31,7 +31,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7 uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node - name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v6 uses: https://git.keligrubb.com/actions/setup-node@v7
with: with:
node-version: "24" node-version: "24"
cache: "npm" cache: "npm"
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7 uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node - name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v6 uses: https://git.keligrubb.com/actions/setup-node@v7
with: with:
node-version: "24" node-version: "24"
cache: "npm" cache: "npm"