File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments