Skip to content

Commit 278747c

Browse files
committed
Bump the Node requirements
1 parent f6e2e30 commit 278747c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
16

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Included is a local development environment built with [Docker](https://www.dock
1616

1717
We suggest using the [Homebrew package manager](https://brew.sh) on macOS to install the dependencies:
1818

19-
brew install node composer
19+
brew install node@16 composer
2020
brew cask install virtualbox vagrant
2121

2222
For setups with local Docker environment you don't need Vagrant and VirtualBox.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "XWP",
77
"license": "GPLv2+",
88
"engines": {
9-
"node": ">=v12.22.12"
9+
"node": ">=v16"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)