We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e2e30 commit 278747cCopy full SHA for 278747c
.nvmrc
@@ -1 +1 @@
1
-12
+16
contributing.md
@@ -16,7 +16,7 @@ Included is a local development environment built with [Docker](https://www.dock
16
17
We suggest using the [Homebrew package manager](https://brew.sh) on macOS to install the dependencies:
18
19
- brew install node composer
+ brew install node@16 composer
20
brew cask install virtualbox vagrant
21
22
For setups with local Docker environment you don't need Vagrant and VirtualBox.
package.json
@@ -6,7 +6,7 @@
6
"author": "XWP",
7
"license": "GPLv2+",
8
"engines": {
9
- "node": ">=v12.22.12"
+ "node": ">=v16"
10
},
11
"repository": {
12
"type": "git",
0 commit comments