Skip to content

Commit

Permalink
update required node and npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Jan 19, 2024
1 parent 536b1a2 commit 6955a19
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
20.11.0
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@repeek/browser-extension",
"private": true,
"engines": {
"node": "^20",
"npm": "^10"
"node": ">=20.11.0",
"npm": ">=10.2.4"
},
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 6955a19

Please sign in to comment.