Skip to content

Commit cb035a9

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 140749f commit cb035a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
hash: ${{ steps.semver.outputs.SCRATCH_HASH }}
2727
steps:
2828
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
29-
- uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
29+
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3030
with:
3131
cache: 'npm'
3232
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)