Skip to content

Commit 25a12c6

Browse files
committed
fix ci
1 parent bf502c8 commit 25a12c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
CI_JOB_NUMBER: 1
99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Use Node.js 16.x
11+
- name: Use Node.js 20.x
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 16.x
14+
node-version: 20.x
1515
- run: yarn install
1616
- run: yarn lint-test
1717

@@ -21,9 +21,9 @@ jobs:
2121
CI_JOB_NUMBER: 2
2222
steps:
2323
- uses: actions/checkout@v1
24-
- name: Use Node.js 16.x
24+
- name: Use Node.js 20.x
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: 16.x
27+
node-version: 20.x
2828
- run: yarn install
2929
- run: yarn build

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 16
15+
node-version: 20
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn
1818
- run: yarn lint-test

0 commit comments

Comments
 (0)