We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac550ac commit 490e86dCopy full SHA for 490e86d
.github/workflows/nodejs-16.yml
@@ -26,7 +26,7 @@ jobs:
26
jq 'del(.overrides)' package.json > package.json.tmp && mv package.json.tmp package.json
27
npm install -D vitest@3 vite@7
28
rm -rf vite.config.ts
29
- - run: NODE_OPTIONS="--require ./test/patch-for-node16-18.cjs" npx vitest && npm run build && npm pack && npx attw --pack
+ - run: NODE_OPTIONS="--require ./test/patch-for-node16-18.cjs" npx vitest --setupFiles=./test/setup.ts && npm run build && npm pack && npx attw --pack
30
- run: npm run build
31
- run: node -v
32
- run: npm run test-node16
0 commit comments