Skip to content

Commit

Permalink
Fix version spec for ATTW in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Nov 27, 2023
1 parent 4065896 commit cd89be6
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 @@ -46,4 +46,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 --package '@arethetypeswrong/cli>=0.13.2' --ignore-rules cjs-resolves-to-esm --exclude-entrypoints pkg/index_bg.wasm --pack
run: npx '@arethetypeswrong/cli@>=0.13.2' --ignore-rules cjs-resolves-to-esm --exclude-entrypoints pkg/index_bg.wasm --pack

0 comments on commit cd89be6

Please sign in to comment.