Skip to content

Commit 8f0a9a3

Browse files
committed
upgrade node
1 parent 5987a8d commit 8f0a9a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-node@v2
3232
with:
33-
node-version: '16'
33+
node-version: '20'
3434
- run: yarn
3535
- run: yarn format-check
3636
- run: yarn test-compile
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v2
6060
- uses: actions/setup-node@v2
6161
with:
62-
node-version: '16'
62+
node-version: '20'
6363
- name: read version
6464
run: |
6565
PACKAGE_VERSION=$(node -p "require('./package.json').version")

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v2
3535
- uses: actions/setup-node@v2
3636
with:
37-
node-version: '16'
37+
node-version: '20'
3838
- run: yarn
3939
- run: yarn format-check
4040
- run: yarn test-compile

0 commit comments

Comments
 (0)