Skip to content

Commit d341393

Browse files
chore(deps): update actions/setup-node action to v6
1 parent dc68d6a commit d341393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Add problem matcher
4040
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
4141
- name: Use Node.js v16
42-
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
42+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
4343
with:
4444
node-version: 16
4545
- name: Restore CI Cache

0 commit comments

Comments
 (0)