There was an error while loading. Please reload this page.
1 parent 1b83335 commit e8291c7Copy full SHA for e8291c7
1 file changed
.github/workflows/continuous-integration.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Add problem matcher
17
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
18
- name: Use Node.js v16
19
- uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
20
with:
21
node-version: 16
22
cache: yarn
@@ -34,7 +34,7 @@ jobs:
34
35
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
36
37
38
39
40
0 commit comments