Skip to content

Commit

Permalink
fix: add node 22 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnimhoff committed Nov 6, 2024
1 parent 67fb4ff commit 58ac27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
node: [16, 18, 20, 21]
node: [16, 18, 20, 22]
os: [ubuntu-22.04]
include:
# single mac test due to minute multipliers
Expand Down

0 comments on commit 58ac27b

Please sign in to comment.