Update tools and usage

This commit is contained in:
Adria Navarro 2024-11-20 09:22:54 +01:00
parent f8a63cec5e
commit 41003a390a
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View File

@ -1 +1 @@
v20.10.0 v22.11.0

View File

@ -1,3 +1,3 @@
nodejs 20.10.0 nodejs 22.11.0
python 3.10.0 python 3.10.0
yarn 1.22.22 yarn 1.22.22

View File

@ -116,7 +116,7 @@
"kind-of": "6.0.3" "kind-of": "6.0.3"
}, },
"engines": { "engines": {
"node": ">=20.0.0 <21.0.0" "node": ">=22.0.0 <23.0.0"
}, },
"dependencies": {} "dependencies": {}
} }