From 5c3cd76e907ca0cd6a3fe9f0ea31d50b72528fdd Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 10 Feb 2021 15:08:11 +0530 Subject: [PATCH] Update node version in Release workflow --- .github/workflows/github-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 7cae30a49b..cf76846fd8 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -54,10 +54,10 @@ jobs: # Checkout the code - uses: actions/checkout@v2 - - 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