There was an error while loading. Please reload this page.
1 parent 1b83335 commit 7138ca3Copy full SHA for 7138ca3
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@6044e13b5dc448c55e2357c09f80417699197238 # 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