To take advantage of the new Node version you may need to do the following:
First install Node 22.11.0 (via whatever method you use (asdf is a good choice if you're looking for recommendations)) and ensure that you're seeing the correct version:
$ node --version
v22.11.0
Then install yarn globally and enable corepack so that you're on yarn version 4.2.2:
$ npm install -g yarn
$ corepack enable
Then make sure you're seeing the correct version:
$ yarn --version
4.2.2
Finally, you can install all of the JS dependencies:
$ yarn
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
To take advantage of the new Node version you may need to do the following:
First install Node 22.11.0 (via whatever method you use (
asdf
is a good choice if you're looking for recommendations)) and ensure that you're seeing the correct version:Then install
yarn
globally and enablecorepack
so that you're onyarn
version4.2.2
:Then make sure you're seeing the correct version:
Finally, you can install all of the JS dependencies:
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
Release Notes
22.11.0
22.10.0
22.9.0
22.8.0
22.7.0
22.6.0
22.5.0
22.4.0
22.3.0
22.2.0
22.1.0
22.0.0
21.0.0
All Depfu comment commands