Skip to content

Commit 649b89b

Browse files
committed
Try locking attw version to avoid TS incompat issue
1 parent 754d856 commit 649b89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ jobs:
211211
run: ls -l .
212212

213213
- name: Run are-the-types-wrong
214-
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs
214+
run: npx @arethetypeswrong/cli@0.11.0 ./package.tgz --format table --ignore-rules false-cjs

0 commit comments

Comments
 (0)