chore(deps-dev): allow devs to use Node.js 22 (LTS) (#8657)

Also upgrade the default version of Node.js to 22.14.0.

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya N 2025-03-25 07:28:11 +09:00 committed by GitHub
parent 5112e048b2
commit 18305e3cbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@ on:
- build-beta-android-[0-9]+
env:
NODE_VERSION: 20.13.1
NODE_VERSION: 22.14.0
TERM: xterm
jobs:

View file

@ -8,7 +8,7 @@ on:
- build-release-android-[0-9]+
env:
NODE_VERSION: 20.13.1
NODE_VERSION: 22.14.0
TERM: xterm
jobs:

View file

@ -9,7 +9,7 @@ on:
- build-beta-sim-[0-9]+
env:
NODE_VERSION: 20.13.1
NODE_VERSION: 22.14.0
TERM: xterm
jobs:

View file

@ -9,7 +9,7 @@ on:
- build-release-sim-[0-9]+
env:
NODE_VERSION: 20.13.1
NODE_VERSION: 22.14.0
TERM: xterm
jobs:

View file

@ -6,7 +6,7 @@ on:
- labeled
env:
NODE_VERSION: 20.13.1
NODE_VERSION: 22.14.0
TERM: xterm
jobs:

View file

@ -11,7 +11,7 @@ permissions:
pull-requests: write
env:
NODE_VERSION: 20.13.1
NODE_VERSION: 22.14.0
TERM: xterm
jobs:

View file

@ -1 +1 @@
20.13.1
22.14.0

2
.nvmrc
View file

@ -1 +1 @@
20.13.1
22.14.0

2
package-lock.json generated
View file

@ -170,7 +170,7 @@
"uuid": "11.0.3"
},
"engines": {
"node": "^18.18.0 || ^20.0.0",
"node": "^18.18.0 || ^20.0.0 || ^22.11.0",
"npm": "^9 || ^10"
}
},

View file

@ -7,7 +7,7 @@
"license": "Apache 2.0",
"private": true,
"engines": {
"node": "^18.18.0 || ^20.0.0",
"node": "^18.18.0 || ^20.0.0 || ^22.11.0",
"npm": "^9 || ^10"
},
"dependencies": {