Skip to content

Commit 20b2d29

Browse files
committed
ci: use v6 actions/setup-node for integration tests
1 parent 0602dab commit 20b2d29

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
@@ -209,7 +209,7 @@ jobs:
209209
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
210210

211211
- name: Setup Node.js
212-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
212+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
213213
with:
214214
cache: 'npm'
215215
node-version-file: '.nvmrc'

0 commit comments

Comments
 (0)