Skip to content

Commit

Permalink
chore: update node engines to next LTS (node 20 / npm 9)
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 21, 2023
1 parent 6cc9136 commit 9467a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
},
"homepage": "https://github.com/nextcloud/eslint-config#readme",
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
"node": "^20.0.0",
"npm": "^9.0.0"
},
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit 9467a03

Please sign in to comment.