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 90f2134 commit 3e15e3cCopy full SHA for 3e15e3c
.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 v19.5.0
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
node-version: 22.19.0
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