0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 11:32:17 +02:00

Update to Node 20.11.1

This commit is contained in:
Jordan Rose 2024-06-20 17:49:26 -07:00
parent 628b849de0
commit 2a2ef524d2
5 changed files with 8 additions and 12 deletions

View File

@ -30,8 +30,6 @@ jobs:
arm64-rust-target: aarch64-apple-darwin
- os: windows-latest
arm64-rust-target: aarch64-pc-windows-msvc
# This can be removed when we update to a Node version that officially supports win-arm64.
custom-arm64-dist-url: https://unofficial-builds.nodejs.org/download/release
# Ubuntu binaries are built using Docker, below
timeout-minutes: 45
@ -84,8 +82,6 @@ jobs:
- name: Build for arm64
run: npx prebuildify --napi -t ${{ steps.get-nvm-version.outputs.node-version }} --arch arm64
working-directory: node
env:
npm_config_dist_url: ${{ matrix.custom-arm64-dist-url }}
- name: Build for the host (should be x64)
run: npx prebuildify --napi -t ${{ steps.get-nvm-version.outputs.node-version }}

View File

@ -224,8 +224,6 @@ jobs:
- name: Build for arm64
run: npx prebuildify --napi -t ${{ steps.get-nvm-version.outputs.node-version }} --arch arm64
working-directory: node
env:
npm_config_dist_url: https://unofficial-builds.nodejs.org/download/release
swift-cocoapod:
name: Swift CocoaPod (all architectures)

2
.nvmrc
View File

@ -1 +1 @@
18.15.0
20.11.1

View File

@ -39,7 +39,7 @@
"@types/chai-as-promised": "^7.1.3",
"@types/chance": "^1.1.3",
"@types/mocha": "^5.2.7",
"@types/node": "~18.15.0",
"@types/node": "~20.11.0",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/uuid": "^8.3.0",

View File

@ -211,10 +211,12 @@
dependencies:
undici-types "~5.26.4"
"@types/node@~18.15.0":
version "18.15.13"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.13.tgz#f64277c341150c979e42b00e4ac289290c9df469"
integrity sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==
"@types/node@~20.11.0":
version "20.11.30"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
dependencies:
undici-types "~5.26.4"
"@types/semver@^7.3.12":
version "7.5.6"