Skip to content

Commit

Permalink
Specificy node and npm version.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobSpectre committed Apr 11, 2022
1 parent 3078274 commit ac2568c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"lint:fix": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"test": "jest"
},
"engines": {
"node": "17.6.0",
"npm": "8.5.1"
},
"dependencies": {
"@heroicons/vue": "^1.0.5",
"@vue/vue3-jest": "^27.0.0-alpha.4",
Expand Down

0 comments on commit ac2568c

Please sign in to comment.