Skip to content

Commit

Permalink
Merge pull request #17 from UKHomeOfficeForms/Spelling-mistake
Browse files Browse the repository at this point in the history
Updated readme to use Node 18
  • Loading branch information
ShahSheel authored Sep 1, 2023
2 parents 8f173c0 + 4154936 commit 9ee5bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ GovUK styles and JS taken from static assets generated by the [X-GovUK Eleventy
Start this site by ensuring at least [Node 16.15.0](https://nodejs.org/en/blog/release/v16.15.0/) is installed. You can do this using [Node Version Manager (NVM)](https://tecadmin.net/install-nvm-macos-with-homebrew/) and following the following instructions:
```shell
# Use Node Version Manager to install Node v16.15.0 (latest LTS version)
nvm install 16.15.0
nvm install 18
# Then use Node v16.15.0 before installing project dependencies
nvm use 16.15.0
nvm use 18
# If yarn is not installed run the following to globally install it
npm i yarn -g
# Install project dependencies
Expand Down

0 comments on commit 9ee5bd5

Please sign in to comment.