Skip to content

Commit 53cfd08

Browse files
authored
Bump GraphQL 17 version in build (#248)
There is new alpha version 5 for GraphQL 17, so use it in builds to get results in the latest state of GraphQL 17.
1 parent f804457 commit 53cfd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
node-version: [18, 20, 22]
1616
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
17-
graphql-version: [15, 16, 17.0.0-alpha.3]
17+
graphql-version: [15, 16, 17.0.0-alpha.5]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)