chore(deps)!: update actions/setup-node action to v6 (#48)

Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com>
This commit is contained in:
2026-02-14 01:35:43 -06:00
committed by GitHub
co-authored by onion-4-dinner
parent 422aabcc07
commit d7382fd844
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
with: with:
version: ${{ env.PNPM_VERSION }} version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}
cache: pnpm cache: pnpm
+1 -1
View File
@@ -157,7 +157,7 @@ jobs:
with: with:
version: ${{ env.PNPM_VERSION }} version: ${{ env.PNPM_VERSION }}
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: 24 node-version: 24
cache: pnpm cache: pnpm
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
git config --global user.name "github-actions[bot]" git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: 24 node-version: 24