Skip to content

Commit

Permalink
(maint) build against node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jul 6, 2024
1 parent 221b049 commit b1fd7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
# All 'LTS' and 'Current' versions (https://nodejs.org/en/about/previous-releases)
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 21.x, 22.x]
build-how: ["node", "browser", "browser -n", "cdn :common"]

steps:
Expand Down

0 comments on commit b1fd7cd

Please sign in to comment.