From b83bdd9b30be2fd78bc810107719f9d88684fdf6 Mon Sep 17 00:00:00 2001 From: hetunandu Date: Tue, 9 Feb 2021 17:52:34 +0530 Subject: [PATCH] update workflow node version --- .github/workflows/client.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index b67ebd449a..3fe7cc7651 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -48,10 +48,10 @@ jobs: - name: Figure out the PR number run: echo ${{ github.event.pull_request.number }} - - name: Use Node.js 10.16.3 + - name: Use Node.js 14.15.4 uses: actions/setup-node@v1 with: - node-version: "10.16.3" + node-version: "14.15.4" # Retrieve npm dependencies from cache. After a successful run, these dependencies are cached again - name: Cache npm dependencies