From 3c5d66739979859d456a711b6b7ce316e17d654f Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 27 Aug 2021 20:12:04 +0530 Subject: chore: upgrade 'nodejs' to '14.17.5' --- .github/workflows/dependency-updates.yml | 4 ++-- .github/workflows/ferdi-builds.yml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index a9406df23..dafcfa4d1 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -40,10 +40,10 @@ jobs: restore-keys: | ${{ runner.os }}-14.17-build-${{ env.cache-name }}- ${{ runner.os }}-14.17-build- - - name: Use Node.js 14.17.3 + - name: Use Node.js 14.17.5 uses: actions/setup-node@v2 with: - node-version: 14.17.3 + node-version: 14.17.5 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index 7a701758e..ec40d267c 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -130,10 +130,10 @@ jobs: with: key: ${{ runner.os }}-${{ env.cache-name }} path: ${{ env.ELECTRON_BUILDER_CACHE }} - - name: Use Node.js 14.17.3 + - name: Use Node.js 14.17.5 uses: actions/setup-node@v2 with: - node-version: 14.17.3 + node-version: 14.17.5 - name: Upgrade Xcode version on the macOS 10.15 default runners provided by GH Actions run: | sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/* @@ -228,10 +228,10 @@ jobs: with: key: ${{ runner.os }}-${{ env.cache-name }} path: ${{ env.ELECTRON_BUILDER_CACHE }} - - name: Use Node.js 14.17.3 + - name: Use Node.js 14.17.5 uses: actions/setup-node@v2 with: - node-version: 14.17.3 + node-version: 14.17.5 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp @@ -343,10 +343,10 @@ jobs: with: key: ${{ runner.os }}-${{ env.cache-name }} path: ${{ env.ELECTRON_BUILDER_CACHE }} - - name: Use Node.js 14.17.3 + - name: Use Node.js 14.17.5 uses: actions/setup-node@v2 with: - node-version: 14.17.3 + node-version: 14.17.5 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp -- cgit v1.2.3-54-g00ecf