diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6783a3c58..ce1088188 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -28,7 +28,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v3 with: - node-version: '16.13.2' + node-version: '16.15.0' - name: Install global dependencies run: npm install -g yarn@1.22.10 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d1870599..eea0c5425 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.13.2' + node-version: '16.15.0' - run: npm install -g yarn@1.22.10 - name: Cache Desktop node_modules @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.13.2' + node-version: '16.15.0' - run: npm install -g yarn@1.22.10 - name: Cache Desktop node_modules @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.13.2' + node-version: '16.15.0' - run: sudo apt-get install xvfb - run: npm install -g yarn@1.22.10 @@ -130,7 +130,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16.13.2' + node-version: '16.15.0' - run: npm install -g yarn@1.22.10 - name: Cache Desktop node_modules @@ -176,7 +176,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v3 with: - node-version: '16.13.2' + node-version: '16.15.0' - name: Install global dependencies run: npm install -g yarn@1.22.10 diff --git a/.nvmrc b/.nvmrc index 23d9c36a1..99cdd8009 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16.13.2 +16.15.0 diff --git a/package.json b/package.json index 8ee05a820..34162686f 100644 --- a/package.json +++ b/package.json @@ -319,7 +319,7 @@ "sharp/color/color-string": "1.9.0" }, "engines": { - "node": "16.13.2" + "node": "16.15.0" }, "build": { "appId": "org.whispersystems.signal-desktop",