From 05a74f35b800d4b806378db60aafc2a34e6528da Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 3 May 2021 15:00:08 +1000 Subject: [PATCH] WIP test node 10.19 --- .github/workflows/build-binaries.yml | 2 +- .github/workflows/pull-request.yml | 5 ++--- .github/workflows/release.yml | 2 +- .nvmrc | 2 +- BUILDING.md | 2 +- package.json | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 45587fb2c..78b306b7f 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -30,7 +30,7 @@ jobs: - name: Install node uses: actions/setup-node@v1 with: - node-version: 10.13.0 + node-version: 10.19.0 - name: Setup node for windows if: runner.os == 'Windows' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 78779acaa..6e9558307 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -38,7 +38,7 @@ jobs: - name: Install node uses: actions/setup-node@v1 with: - node-version: 10.13.0 + node-version: 10.19.0 - name: Setup node for windows if: runner.os == 'Windows' @@ -54,12 +54,11 @@ jobs: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - - name: Install Dependencies #skipped if step before set variable to true + - name: Install Dependencies #skipped if step before set variable to true if: | steps.yarn-cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile --network-timeout 600000 - - name: Generate and concat files run: yarn generate diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ea28d4a2..e8415439e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Install node uses: actions/setup-node@v1 with: - node-version: 10.13.0 + node-version: 10.19.0 - name: Setup node for windows if: runner.os == 'Windows' diff --git a/.nvmrc b/.nvmrc index db24ab967..5b7269c0a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -10.13.0 +10.19.0 diff --git a/BUILDING.md b/BUILDING.md index f205e7dc0..783e15e29 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -47,7 +47,7 @@ base64 -i certificate.p12 -o encoded.txt ### Node version -You will need node `10.13.0`. +You will need node `10.19.0`. This can be done by using [nvm](https://github.com/nvm-sh/nvm) and running `nvm use` or you can install it manually. ### Prerequisites diff --git a/package.json b/package.json index b61abdca1..aad9325bb 100644 --- a/package.json +++ b/package.json @@ -216,7 +216,7 @@ "webpack": "4.4.1" }, "engines": { - "node": "^10.13.0" + "node": "^10.19.0" }, "build": { "appId": "com.loki-project.messenger-desktop",