Skip to content

Commit d788cdf

Browse files
committed
Rename scripts/match-graphql.js to scripts/match-graphql.cjs to ensure it's run as cjs
1 parent 51c8ba7 commit d788cdf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
nodeVersion: ${{matrix.node_version}}
9999
- name: Use GraphQL v${{matrix.graphql_version}}
100-
run: node ./scripts/match-graphql.js ${{matrix.graphql_version}}
100+
run: node ./scripts/match-graphql.cjs ${{matrix.graphql_version}}
101101
- name: Install Dependencies
102102
run: yarn
103103
- name: Cache Vitest

0 commit comments

Comments
 (0)