chore(deps): update https://git.keligrubb.com/actions/setup-node action to v7 #25

Merged
Keli Grubb merged 1 commits from renovate/https-git.keligrubb.com-actions-setup-node-7.x into main 2026-08-03 01:30:21 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 0ddffa1820 - Show all commits
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v6
uses: https://git.keligrubb.com/actions/setup-node@v7
with:
node-version: "24"
cache: "npm"
@@ -31,7 +31,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v6
uses: https://git.keligrubb.com/actions/setup-node@v7
with:
node-version: "24"
cache: "npm"
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
uses: https://git.keligrubb.com/actions/checkout@v7
- name: Setup Node
uses: https://git.keligrubb.com/actions/setup-node@v6
uses: https://git.keligrubb.com/actions/setup-node@v7
with:
node-version: "24"
cache: "npm"