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 73d231e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ 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
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@v2
- name: Install
run: npm install -g npm@latest
- uses: actions/checkout@v3
- name: Install
run: npm install
- name: Test
Expand Down

0 comments on commit 73d231e

Please sign in to comment.