There was an error while loading. Please reload this page.
1 parent 63fb0eb commit c6ffabfCopy full SHA for c6ffabf
1 file changed
.github/workflows/test.yml
@@ -213,8 +213,12 @@ jobs:
213
run: pnpm install
214
215
# Note: We currently expect "FalseCJS" failures for Node16 + `moduleResolution: "node16",
216
+ # `--profile node16` drops the node10 resolution check. The subpath
217
+ # entry points (`alternate-renderers`, `signals`) only resolve through
218
+ # the `exports` map, which node10 does not read, and we do not support
219
+ # Node 10 style resolution for them.
220
- name: Run are-the-types-wrong
- run: pnpm exec attw ./package.tgz --format table --ignore-rules false-cjs --exclude-entrypoints alternate-renderers
221
+ run: pnpm exec attw ./package.tgz --format table --ignore-rules false-cjs --profile node16
222
223
test-published-artifact:
224
name: Test Published Artifact ${{ matrix.example }}
0 commit comments