Skip to content

Commit 734a766

Browse files
Merge pull request #2142 from nextcloud/feat/package-node-npm-engines-update
Update npm and node engines versions
2 parents 398c60f + 9b0274e commit 734a766

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
[#2281](https://github.com./nextcloud/cookbook/pull/2281) @dependabot
4444
- Update nextcloud router
4545
[#2279](https://github.com./nextcloud/cookbook/pull/2279) @dependabot
46+
- Update NPM and Node version
47+
[#2142](https://github.com./nextcloud/cookbook/pull/2142) @christianlupus
4648

4749
## 0.11.0 - 2023-12-14
4850

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"webpack-merge": "^5.10.0"
8989
},
9090
"engines": {
91-
"node": "^21.0.0",
91+
"node": "^20.0.0",
9292
"npm": "^10.0.0"
9393
},
9494
"overrides": {

0 commit comments

Comments
 (0)