Skip to content

Commit fabffd7

Browse files
committed
Update lockfile
1 parent 4ed3ee3 commit fabffd7

File tree

3 files changed

+79
-93
lines changed

3 files changed

+79
-93
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Use GraphQL v15
3232
run: |
3333
node ./scripts/match-graphql.js 15
34-
npm install --ignore-engines
34+
npm install
3535
git checkout package-lock.json
3636
npx rimraf packages/**/*/node_modules/graphql
3737
npx rimraf packages/executor/node_modules/graphql
@@ -86,7 +86,7 @@ jobs:
8686
- name: Use GraphQL v${{matrix.graphql_version}}
8787
run: |
8888
node ./scripts/match-graphql.js ${{matrix.graphql_version}}
89-
npm install --ignore-engines
89+
npm install
9090
git checkout package-lock.json
9191
npx rimraf packages/**/*/node_modules/graphql
9292
npx rimraf packages/executor/node_modules/graphql

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
provenance=true
2-
ignore-engines=true
32
force=true

package-lock.json

Lines changed: 77 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)