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 4047e34 commit 02a446cCopy full SHA for 02a446c
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v3
8
- uses: actions/setup-node@v3
9
with:
10
- node-version: "16.13.1"
+ node-version: "20.13.0"
11
cache: "yarn"
12
- run: "yarn install"
13
- run: "yarn analyze"
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
- run: "yarn ci:test"
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
- run: "yarn ci:test:acc"
0 commit comments