Skip to content

Commit

Permalink
src: test with currently supported Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Sep 17, 2023
1 parent 54f3047 commit 9239231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
node: [12, 14, 16, 18]
node: [16, 18, 20]
platform: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 9239231

Please sign in to comment.