Skip to content

Commit

Permalink
Add node 22 and 23, macos and node 12 and 14 does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Jan 14, 2025
1 parent c171978 commit 6e8b24b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12, 14, 16, 18, 20, 21]
node: [12, 14, 16, 18, 20, 22, 23]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macos-latest
version: 12
- os: macos-latest
version: 14

steps:
- name: Clone repository
Expand Down

0 comments on commit 6e8b24b

Please sign in to comment.