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