diff --git a/.github/workflows/update-codeclimate-coverage.yml b/.github/workflows/update-codeclimate-coverage.yml index 3eda94b8..9697d68f 100644 --- a/.github/workflows/update-codeclimate-coverage.yml +++ b/.github/workflows/update-codeclimate-coverage.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-18.04 steps: - name: Installing node.js - uses: actions/setup-node@v1 # Used to install node environment - XXX https://github.com/actions/setup-node + uses: actions/setup-node@v2.1.4 # Used to install node environment - XXX https://github.com/actions/setup-node with: node-version: '12.x' # Use the same node.js version as the one Vercel's uses (currently node12.x) run-tests-coverage: