Skip to content

Commit 9030178

Browse files
committed
ci: add node v18.x
1 parent 321fe98 commit 9030178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: [10.x, 12.x, 14.x, 16.x]
14+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
node-version: [10.x, 12.x, 14.x, 16.x]
30+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Use Node.js ${{ matrix.node-version }}
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
node-version: [10.x, 12.x, 14.x, 16.x]
46+
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
4747
steps:
4848
- uses: actions/checkout@v2
4949
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)