Skip to content

Commit 490e86d

Browse files
committed
FIXUP
1 parent ac550ac commit 490e86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 && npm run build && npm pack && npx attw --pack
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
3030
- run: npm run build
3131
- run: node -v
3232
- run: npm run test-node16

0 commit comments

Comments
 (0)