Skip to content

Commit

Permalink
test node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jun 14, 2022
1 parent bd33c5f commit a5ee789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
CI: true
node-version: 16
node-version: 18

jobs:
lint:
Expand All @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
node: [ 6, 8, 10, 12, 14, 16 ]
node: [ 6, 8, 10, 12, 14, 16, 18 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
node-version: ${{ env.node-version }}
- run: npm install
- run: npx -y c8 --reporter=lcov npm test
env:
Expand Down

0 comments on commit a5ee789

Please sign in to comment.