Skip to content

Commit b79fc11

Browse files
committed
Update Node.js test versions.
- Test on 16.x by default. - Test on 18.x.
1 parent e6baf7e commit b79fc11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 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: [14.x, 16.x]
11+
node-version: [14.x, 16.x, 18.x]
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Use Node.js ${{ matrix.node-version }}
@@ -26,7 +26,7 @@ jobs:
2626
timeout-minutes: 10
2727
strategy:
2828
matrix:
29-
node-version: [14.x]
29+
node-version: [16.x]
3030
bundler: [webpack, browserify]
3131
steps:
3232
- uses: actions/checkout@v2
@@ -47,7 +47,7 @@ jobs:
4747
timeout-minutes: 10
4848
strategy:
4949
matrix:
50-
node-version: [14.x]
50+
node-version: [16.x]
5151
steps:
5252
- uses: actions/checkout@v2
5353
- name: Use Node.js ${{ matrix.node-version }}
@@ -63,7 +63,7 @@ jobs:
6363
timeout-minutes: 10
6464
strategy:
6565
matrix:
66-
node-version: [14.x]
66+
node-version: [16.x]
6767
steps:
6868
- uses: actions/checkout@v2
6969
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)