Skip to content

Commit

Permalink
Bump node version (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth authored Mar 2, 2023
1 parent d594bcf commit eb39b60
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 @@ -4,7 +4,7 @@
"description": "This project contains a collection of pages that are meant to be used for testing various privacy and security features of browsers and browser extensions.",
"main": "server.js",
"engines": {
"node": "14.x"
"node": ">=18.0.0"
},
"scripts": {
"test": "npm run lint-js && npm run lint-html",
Expand Down

0 comments on commit eb39b60

Please sign in to comment.