Skip to content

Commit 1b8a5b3

Browse files
authored
Merge pull request nextcloud#52 from nextcloud/automated/update-engines/default
chore: update node engines to next LTS
2 parents 729a7da + ff9a937 commit 1b8a5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"test:cypress:open": "cd cypress && ./runLocal.sh open"
2020
},
2121
"engines": {
22-
"node": "^16.0.0",
23-
"npm": "^7.0.0 || ^8.0.0"
22+
"node": "^20.0.0",
23+
"npm": "^9.0.0"
2424
},
2525
"browserslist": [
2626
"extends @nextcloud/browserslist-config"

0 commit comments

Comments
 (0)