Skip to content

Commit 732a451

Browse files
committed
Silence known attw warnings
1 parent 084ec1d commit 732a451

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@ jobs:
9191
name: package
9292
path: .
9393

94+
# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
95+
# and the `/alternateRenderers" entry point will not resolve under Node10.
96+
# Skipping these is dangerous, but we'll leave it for now.
9497
- name: Run are-the-types-wrong
95-
run: npx @arethetypeswrong/cli ./package.tgz
98+
run: npx @arethetypeswrong/cli ./package.tgz --format table --ignore-rules false-cjs no-resolution
9699

97100
test-published-artifact-local:
98101
name: Test Published Artifact (Local) ${{ matrix.example }}

0 commit comments

Comments
 (0)