Skip to content

Commit 6bd9b5a

Browse files
committed
FIXUP
1 parent 490e86d commit 6bd9b5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs-16.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
jq 'del(.overrides)' package.json > package.json.tmp && mv package.json.tmp package.json
2727
npm install -D vitest@3 vite@7
2828
rm -rf vite.config.ts
29-
- run: NODE_OPTIONS="--require ./test/patch-for-node16-18.cjs" npx vitest --setupFiles=./test/setup.ts && npm run build && npm pack && npx attw --pack
29+
- run: NODE_OPTIONS="--require ./test/patch-for-node16-18.cjs" npx vitest -- -c vitest-for-node16.config.ts && npm run build && npm pack && npx attw --pack
3030
- run: npm run build
3131
- run: node -v
3232
- run: npm run test-node16

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
// verbatimModuleSyntax is incompatible with multi-dialect builds
1212
// "verbatimModuleSyntax": true
1313
},
14-
"exclude": ["test/fixtures/ts*", "vite.config.ts"]
14+
"exclude": ["test/fixtures/ts*", "*.config.ts"]
1515
}

0 commit comments

Comments
 (0)