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 5987a8d commit 8f0a9a3Copy full SHA for 8f0a9a3
.github/workflows/CD.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v2
31
- uses: actions/setup-node@v2
32
with:
33
- node-version: '16'
+ node-version: '20'
34
- run: yarn
35
- run: yarn format-check
36
- run: yarn test-compile
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
- name: read version
64
run: |
65
PACKAGE_VERSION=$(node -p "require('./package.json').version")
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
37
38
39
40
0 commit comments