Skip to content

Commit

Permalink
Update tested Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nwhetsell authored Oct 28, 2024
1 parent 80e52ac commit 6f20948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [macos-13, ubuntu-latest, windows-2019]
node-version: [23.x, 22.x, 21.x, 20.x]
node-version: [22.x, 20.x, 18.x]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down

0 comments on commit 6f20948

Please sign in to comment.