Skip to content

Commit

Permalink
Use latest version of @arethetypeswrong/cli in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Apr 7, 2024
1 parent d083422 commit a1ffc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -94,7 +94,7 @@ jobs:

# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
- name: Run are-the-types-wrong
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers
run: npx @arethetypeswrong/cli@latest ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers

test-published-artifact:
name: Test Published Artifact ${{ matrix.example }}
Expand Down

0 comments on commit a1ffc6e

Please sign in to comment.