Skip to content

Commit

Permalink
chore: add Node 18 to CI (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Mar 2, 2023
1 parent 34935df commit 2d1fc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node_version: [12.x, 14.x, 16.x]
node_version: [12.x, 14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand All @@ -35,7 +35,7 @@ jobs:
run: npm i

- name: Lint
if: ${{ matrix.node_version != '12.x' }}
if: ${{ matrix.node_version == '14.x' }}
run: npm run lint

- name: Test
Expand Down

0 comments on commit 2d1fc91

Please sign in to comment.