Skip to content

Commit deedd38

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 35dfd35 commit deedd38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
with:
1919
version: 10.6.3
2020
run_install: false
21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
with:
2323
node-version: ${{ inputs.node-version }}
2424
cache: "pnpm"

.github/workflows/build-deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
version: 10.6.3
8181
run_install: false
8282

83-
- uses: actions/setup-node@v4
83+
- uses: actions/setup-node@v6
8484
with:
8585
node-version: ${{ env.NODE_VERSION }}
8686
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)