Skip to content

Commit

Permalink
Specify Node and NPM versions in package.json (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Oct 20, 2024
1 parent e1d3dbc commit b90e551
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
"uglifyjs-webpack-plugin": "^2.0.0",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8"
}
},
"engines": {
"node": ">=16.20.2"
},
"packageManager": "[email protected]"
}

0 comments on commit b90e551

Please sign in to comment.