From 765697f6047d71a080afd6868c180524d31290ec Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Fri, 15 Oct 2021 22:12:42 +0530 Subject: upgrade 'node' to '14.18.1' (#2083) --- .github/workflows/dependency-updates.yml | 12 +++++------ .github/workflows/ferdi-builds.yml | 36 ++++++++++++++++---------------- 2 files changed, 24 insertions(+), 24 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 3b488ec4a..8e7b5ae8e 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -37,21 +37,21 @@ jobs: cache-name: cache-node-modules with: path: ${{ env.NPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | - ${{ runner.os }}-14.17-build-${{ env.cache-name }}- - ${{ runner.os }}-14.17-build- + ${{ runner.os }}-14.18-build-${{ env.cache-name }}- + ${{ runner.os }}-14.18-build- - name: Cache pnpm modules uses: actions/cache@v2 env: cache-name: cache-pnpm-store with: path: ${{ env.PNPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - name: Use Node.js 14.17.6 + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} + - name: Use Node.js 14.18.1 uses: actions/setup-node@v2 with: - node-version: 14.17.6 + node-version: 14.18.1 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index e5bb95fe9..bbd001a0a 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -120,17 +120,17 @@ jobs: cache-name: cache-node-modules with: path: ${{ env.NPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | - ${{ runner.os }}-14.17-build-${{ env.cache-name }}- - ${{ runner.os }}-14.17-build- + ${{ runner.os }}-14.18-build-${{ env.cache-name }}- + ${{ runner.os }}-14.18-build- - name: Cache pnpm modules uses: actions/cache@v2 env: cache-name: cache-pnpm-store with: path: ${{ env.PNPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} - name: Cache electron modules uses: actions/cache@v2 env: @@ -145,10 +145,10 @@ jobs: with: key: ${{ runner.os }}-${{ env.cache-name }} path: ${{ env.ELECTRON_BUILDER_CACHE }} - - name: Use Node.js 14.17.6 + - name: Use Node.js 14.18.1 uses: actions/setup-node@v2 with: - node-version: 14.17.6 + node-version: 14.18.1 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: @@ -223,17 +223,17 @@ jobs: cache-name: cache-node-modules with: path: ${{ env.NPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | - ${{ runner.os }}-14.17-build-${{ env.cache-name }}- - ${{ runner.os }}-14.17-build- + ${{ runner.os }}-14.18-build-${{ env.cache-name }}- + ${{ runner.os }}-14.18-build- - name: Cache pnpm modules uses: actions/cache@v2 env: cache-name: cache-pnpm-store with: path: ${{ env.PNPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} - name: Cache electron modules uses: actions/cache@v2 env: @@ -248,10 +248,10 @@ jobs: with: key: ${{ runner.os }}-${{ env.cache-name }} path: ${{ env.ELECTRON_BUILDER_CACHE }} - - name: Use Node.js 14.17.6 + - name: Use Node.js 14.18.1 uses: actions/setup-node@v2 with: - node-version: 14.17.6 + node-version: 14.18.1 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: @@ -347,17 +347,17 @@ jobs: cache-name: cache-node-modules with: path: ${{ env.NPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | - ${{ runner.os }}-14.17-build-${{ env.cache-name }}- - ${{ runner.os }}-14.17-build- + ${{ runner.os }}-14.18-build-${{ env.cache-name }}- + ${{ runner.os }}-14.18-build- - name: Cache pnpm modules uses: actions/cache@v2 env: cache-name: cache-pnpm-store with: path: ${{ env.PNPM_CACHE }} - key: ${{ runner.os }}-14.17-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} + key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} - name: Cache electron modules uses: actions/cache@v2 env: @@ -372,10 +372,10 @@ jobs: with: key: ${{ runner.os }}-${{ env.cache-name }} path: ${{ env.ELECTRON_BUILDER_CACHE }} - - name: Use Node.js 14.17.6 + - name: Use Node.js 14.18.1 uses: actions/setup-node@v2 with: - node-version: 14.17.6 + node-version: 14.18.1 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: -- cgit v1.2.3-54-g00ecf