From ea77d33daaf8d9ee8e96163bd15f477012201144 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 11 Jul 2021 19:33:59 +0530 Subject: Upgraded nodejs to '14.17.3' --- .github/workflows/ferdi-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml index ce6726a..a9f6e8c 100644 --- a/.github/workflows/ferdi-builds.yml +++ b/.github/workflows/ferdi-builds.yml @@ -45,9 +45,9 @@ jobs: restore-keys: | build-${{ env.cache-name }}- build- - - name: Use Node.js 14.16.1 + - name: Use Node.js 14.17.3 uses: actions/setup-node@v2 with: - node-version: 14.16.1 + node-version: 14.17.3 - name: Install node dependencies recursively run: npm i && npm run package -- cgit v1.2.3-54-g00ecf