Skip to content

Commit

Permalink
Suppress no resolution warning
Browse files Browse the repository at this point in the history
Node 10 is too old
  • Loading branch information
myl7 committed Apr 18, 2024
1 parent eb5f69c commit 787d388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- run: npm run test
# >=0.13.2 because of arethetypeswrong/arethetypeswrong.github.io#117.
- name: Check ESM module resolution
run: npx '@arethetypeswrong/cli@>=0.13.2' --ignore-rules cjs-resolves-to-esm --exclude-entrypoints ./web/bg.wasm --pack
run: npx '@arethetypeswrong/cli@>=0.13.2' --ignore-rules no-resolution cjs-resolves-to-esm --exclude-entrypoints ./web/bg.wasm --pack

0 comments on commit 787d388

Please sign in to comment.