Skip to content

Commit cbe69e9

Browse files
authored
Merge pull request #264 from nextcloud/bump-node-and-npm-version-in-package-json
Bump node and npm version in package.json
2 parents bc387c1 + 4ce4d2f commit cbe69e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"extends @nextcloud/browserslist-config"
3939
],
4040
"engines": {
41-
"node": ">=10.0.0"
41+
"node": ">=14.0.0",
42+
"npm": ">=7.0.0"
4243
},
4344
"license": "AGPL-3.0-or-later"
4445
}

0 commit comments

Comments
 (0)