chore(node): Increment node ver to 20 (#13445)

* chore(node) Update to node 20.x

* fix

* remove accidental file
pull/14755/head
Horatiu Muresan 6 months ago committed by GitHub
parent 1bb9b261dc
commit 7c22bcf827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .devcontainer/devcontainer.json
  2. 10
      .github/workflows/ci.yml
  3. 2
      .nvmrc
  4. 4
      package-lock.json
  5. 4
      package.json

@ -3,7 +3,7 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
"version": "20"
}
},
"hostRequirements": {

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- name: Get changed files
id: changed-files
@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- run: npm install
- run: make
@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- run: npm install
- run: make
@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- run: npm install
- run: npx react-native bundle --entry-file react/index.native.js --platform android --bundle-output /tmp/android.bundle --reset-cache
@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'npm'
- run: npm install
- name: setup Xcode

@ -1 +1 @@
16
20

4
package-lock.json generated

@ -178,8 +178,8 @@
"webpack-dev-server": "4.7.3"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=20.0.0",
"npm": ">=10.0.0"
}
},
"../lib-jitsi-meet": {

@ -187,8 +187,8 @@
"@xmldom/xmldom": "0.8.7"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"license": "Apache-2.0",
"scripts": {

Loading…
Cancel
Save