From 62f48a62a27231ab930ab75e0c5bb3566492081c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 2 Sep 2021 09:58:42 +0530 Subject: chore: upgrade 'nodejs' to '14.17.6' --- .github/workflows/dependency-updates.yml | 4 ++-- .github/workflows/ferdi-builds.yml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to '.github') diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index dafcfa4d1..5d7d64efc 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.5 + - name: Use Node.js 14.17.6 uses: actions/setup-node@v2 with: - node-version: 14.17.5 + node-version: 14.17.6 - 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 ec40d267c..c17011d69 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.5 + - name: Use Node.js 14.17.6 uses: actions/setup-node@v2 with: - node-version: 14.17.5 + node-version: 14.17.6 - 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.5 + - name: Use Node.js 14.17.6 uses: actions/setup-node@v2 with: - node-version: 14.17.5 + node-version: 14.17.6 - 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.5 + - name: Use Node.js 14.17.6 uses: actions/setup-node@v2 with: - node-version: 14.17.5 + node-version: 14.17.6 - name: Uninstall locally and reinstall global npm modules run: | npm uninstall node-gyp -- cgit v1.2.3-54-g00ecf