Chore: move to node 18 (#58570)

* bump node version to 18

* update folder to 18.x

* update README for m1 instructions

* update drone

* update unit test

* update README
This commit is contained in:
Ashley Harrison
2022-11-11 11:34:00 +00:00
committed by GitHub
parent 891ae91c70
commit 0a9129cf90
9 changed files with 203 additions and 200 deletions

View File

@@ -18,7 +18,7 @@ We recommend using [Homebrew](https://brew.sh/) for installing any missing depen
```
brew install git
brew install go
brew install node@16
brew install node@18
npm install -g yarn
```