Skip to content

Commit

Permalink
Bump GraphQL 17 version in build (#248)
Browse files Browse the repository at this point in the history
There is new alpha version 5 for GraphQL 17, so use it in builds to get results in the latest state of GraphQL 17.
  • Loading branch information
oporkka authored Jun 25, 2024
1 parent f804457 commit 53cfd08
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 @@ -14,7 +14,7 @@ jobs:
matrix:
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]
graphql-version: [15, 16, 17.0.0-alpha.5]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 53cfd08

Please sign in to comment.