Skip to content

Commit b906003

Browse files
committed
Another way to fix CI with old Node.js
1 parent 04d32cd commit b906003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"test:size": "size-limit",
8787
"test": "FORCE_COLOR=1 pnpm run /^test:/",
8888
"unit": "uvu -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\"",
89-
"old": "uvu -r $PWD/test/old-node.js test \"\\.test\\.(ts|js)$\""
89+
"old": "node --require ./test/old-node.js ./node_modules/uvu/bin.js test \"\\.test\\.(ts|js)$\""
9090
},
9191
"dependencies": {
9292
"nanoid": "^3.3.11",

0 commit comments

Comments
 (0)