Skip to content

Commit 0d3458c

Browse files
chore(deps): update actions/setup-node action to v3
1 parent 5584e13 commit 0d3458c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v18
19-
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
19+
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2020
with:
2121
node-version: 18
2222
cache: yarn
@@ -34,7 +34,7 @@ jobs:
3434
- name: Add problem matcher
3535
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3636
- name: Use Node.js v18
37-
uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
37+
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
3838
with:
3939
node-version: 18
4040
cache: yarn

0 commit comments

Comments
 (0)