Skip to content

Commit

Permalink
Run tests on Node 18.x in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jessety committed Sep 4, 2022
1 parent f56e111 commit 2214e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [16.x, 14.x, 12.x]
node: [18.x, 16.x, 14.x, 12.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 2214e13

Please sign in to comment.