Skip to content

Commit 04d32cd

Browse files
committed
Fix another issue with Node.js 10 on CI
1 parent df86cdf commit 04d32cd

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 ../../../../../../../test/old-node.js test \"\\.test\\.(ts|js)$\""
89+
"old": "uvu -r $PWD/test/old-node.js test \"\\.test\\.(ts|js)$\""
9090
},
9191
"dependencies": {
9292
"nanoid": "^3.3.11",

0 commit comments

Comments
 (0)