Skip to content

Commit 38d6127

Browse files
adjusts nvmrc and removes need for overrides in packages (#390)
1 parent 4a9df4f commit 38d6127

5 files changed

Lines changed: 11227 additions & 10890 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.20.4
1+
20

Docker/Dockerfile-node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14
1+
FROM node:20
22
ARG UID=1000
33
ARG GID=1000
44

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ An easy way to check your site for PHP Compatibility.
77
Before starting your workstation will need the following:
88

99
* [Docker](https://www.docker.com/)
10+
* [Node.js](https://nodejs.org/) v20 LTS (recommended via [nvm](https://github.com/nvm-sh/nvm))
11+
12+
If using nvm, run `nvm use` in the project root to switch to the correct Node version.
1013

1114
1. Clone the repository
1215

0 commit comments

Comments
 (0)