Chore: Update to node 22 (#97779)

* update to node 22

* downgrade to 22.11.0

* switch to using node-version-file

* update @types/node

* revert back to using node-version
This commit is contained in:
Ashley Harrison
2024-12-12 16:39:52 +00:00
committed by GitHub
parent dbe2d7ac47
commit 08bb66ba72
29 changed files with 123 additions and 130 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@20
brew install node@22
brew install corepack
corepack enable
```