Skip to content

Commit ccd33d1

Browse files
authored
chore: fix attw usage in CI (#5190)
1 parent f6cc1a3 commit ccd33d1

File tree

3 files changed

+134
-81
lines changed

3 files changed

+134
-81
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
run: ls -l .
371371

372372
- name: Run are-the-types-wrong
373-
run: yarn attw ./package.tgz --format table --ignore-rules false-cjs
373+
run: yarn attw ./package.tgz --format table
374374

375375
test-type-portability:
376376
name: 'Test Type Portability: TS ${{ matrix.ts }} + Node ${{ matrix.node }}'

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
}
184184
},
185185
"devDependencies": {
186-
"@arethetypeswrong/cli": "^0.13.5",
186+
"@arethetypeswrong/cli": "^0.18.2",
187187
"@babel/core": "^7.24.8",
188188
"@babel/helper-module-imports": "^7.24.7",
189189
"@microsoft/api-extractor": "^7.13.2",

0 commit comments

Comments
 (0)