Skip to content

Commit 8055544

Browse files
committed
Update github action workflow.
1 parent 25fe355 commit 8055544

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 10
99
strategy:
1010
matrix:
11-
node-version: [18.x]
11+
node-version: [20.x]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Use Node.js ${{ matrix.node-version }}
@@ -24,13 +24,13 @@ jobs:
2424
timeout-minutes: 10
2525
strategy:
2626
matrix:
27-
node-version: [14.x, 16.x, 18.x, 20.x]
27+
node-version: [18.x, 20.x]
2828
steps:
2929
- uses: actions/checkout@v3
30-
- name: Install with Node.js 18.x
30+
- name: Install with Node.js 20.x
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 18.x
33+
node-version: 20.x
3434
- run: npm install
3535
- name: Use Node.js ${{ matrix.node-version }}
3636
uses: actions/setup-node@v3
@@ -46,7 +46,7 @@ jobs:
4646
timeout-minutes: 10
4747
strategy:
4848
matrix:
49-
node-version: [18.x]
49+
node-version: [20.x]
5050
steps:
5151
- uses: actions/checkout@v3
5252
- name: Use Node.js ${{ matrix.node-version }}
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 10
6363
strategy:
6464
matrix:
65-
node-version: [18.x]
65+
node-version: [20.x]
6666
steps:
6767
- uses: actions/checkout@v3
6868
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)