Skip to content

Commit

Permalink
Update tests to run on Node 20.x and 21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bencompton authored Mar 22, 2024
1 parent 8ef2880 commit 876f795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x, 17.x]
node-version: [20.x, 21.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -17,4 +17,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm test

0 comments on commit 876f795

Please sign in to comment.