From 8363728aa2e476e79626f98477a09397ccf9361b Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 29 Oct 2021 15:26:21 +0530 Subject: chore: upgrade 'nodejs' to '16.13.0' --- .github/workflows/ferdi-builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index b08667b..a2bd129 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -44,11 +44,11 @@ jobs: cache-name: cache-pnpm-store with: path: ${{ env.PNPM_CACHE }} - key: ${{ runner.os }}-14.18-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - name: Use Node.js 14.18.1 + key: ${{ runner.os }}-16.13-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.yaml') }} + - name: Use Node.js 16.13.0 uses: actions/setup-node@v2 with: - node-version: 14.18.1 + node-version: 16.13.0 - name: Install pnpm uses: pnpm/action-setup@v2.0.1 with: -- cgit v1.2.3-54-g00ecf