Skip to content

Commit

Permalink
Fixing Node engine, Volta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins committed Sep 7, 2023
1 parent b193d5a commit ab971ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"version": "0.2.0",
"publisher": "salesforce",
"engines": {
"vscode": "^1.77.0"
"vscode": "^1.77.0",
"node": ">=18"
},
"categories": [
"Other"
Expand Down Expand Up @@ -40,7 +41,7 @@
]
},
"volta": {
"node": ">=18"
"node": "18.17.1"
},
"scripts": {
"clean": "rimraf out",
Expand Down

0 comments on commit ab971ec

Please sign in to comment.