We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c8ba7 commit d788cdfCopy full SHA for d788cdf
2 files changed
.github/workflows/main.yml
@@ -97,7 +97,7 @@ jobs:
97
with:
98
nodeVersion: ${{matrix.node_version}}
99
- name: Use GraphQL v${{matrix.graphql_version}}
100
- run: node ./scripts/match-graphql.js ${{matrix.graphql_version}}
+ run: node ./scripts/match-graphql.cjs ${{matrix.graphql_version}}
101
- name: Install Dependencies
102
run: yarn
103
- name: Cache Vitest
scripts/match-graphql.js scripts/match-graphql.cjsscripts/match-graphql.js renamed to scripts/match-graphql.cjs
0 commit comments