Skip to content

Commit

Permalink
Build with Node.js 22 (#247)
Browse files Browse the repository at this point in the history
Node.js 22 is the current version, and the builds should pass in it.
  • Loading branch information
oporkka authored Jun 25, 2024
1 parent 3eade41 commit f804457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18, 20]
node-version: [18, 20, 22]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
graphql-version: [15, 16, 17.0.0-alpha.3]

Expand Down

0 comments on commit f804457

Please sign in to comment.