We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1062579 commit efa03b7Copy full SHA for efa03b7
.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 v18
19
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
20
with:
21
node-version: 18
22
cache: yarn
@@ -35,7 +35,7 @@ jobs:
35
36
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
37
38
39
40
41
0 commit comments