Skip to content

Commit

Permalink
Run tests in Node.js 18 and drop 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwebman committed Jul 2, 2022
1 parent 02773bb commit 3f60311
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 @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 17]
node: [12, 14, 16, 18]
os: [ubuntu-latest, windows-latest]
steps:
- name: Clone repository
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
parallel-finished: true

0 comments on commit 3f60311

Please sign in to comment.