Skip to content

Commit a5ee789

Browse files
committed
test node 18
1 parent bd33c5f commit a5ee789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
CI: true
11-
node-version: 16
11+
node-version: 18
1212

1313
jobs:
1414
lint:
@@ -28,7 +28,7 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [ ubuntu-latest ]
31-
node: [ 6, 8, 10, 12, 14, 16 ]
31+
node: [ 6, 8, 10, 12, 14, 16, 18 ]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v3
4646
- uses: actions/setup-node@v3
4747
with:
48-
node-version: ${{ matrix.node }}
48+
node-version: ${{ env.node-version }}
4949
- run: npm install
5050
- run: npx -y c8 --reporter=lcov npm test
5151
env:

0 commit comments

Comments
 (0)