Skip to content

Commit

Permalink
Update test command
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Dec 18, 2023
1 parent 3887107 commit 3218aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format": "prettier --write .",
"lint": "prettier --check .",
"postinstall": "is-ci || husky install",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@actions/core": "1.10.1",
Expand Down

0 comments on commit 3218aae

Please sign in to comment.