Skip to content

Commit 0fb6055

Browse files
committed
FIXUP
1 parent a8b92fc commit 0fb6055

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Patch vitest imports and run tests
2424
run: |
2525
for f in test/*.test.ts; do [ -e "$f" ] || exit 0; sed --version >/dev/null 2>&1 && sed -i "s@'vite-plus/test'@'vitest'@g" "$f" || sed -i '' "s@'vite-plus/test'@'vitest'@g" "$f"; done
26-
NODE_OPTIONS="--require ./test/patch-for-node16-18.cjs" npx vitest@3 --reporter=dot && npm run build && npm pack && npx attw --pack
26+
NODE_OPTIONS="--require ./test/patch-for-node16-18.cjs" npx -f vitest@3 --reporter=dot && npm run build && npm pack && npx attw --pack
2727
- run: npm run build
2828
- run: node -v
2929
- run: npm run test-node16

0 commit comments

Comments
 (0)