Skip to content

Commit

Permalink
Test on Node.js 21
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell authored Nov 15, 2023
1 parent 433b7cf commit d6b0320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2019]
node-version: [20.x, 19.x, 18.x, 16.x, 14.x]
node-version: [21.x 20.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit d6b0320

Please sign in to comment.