diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9ca956a19..03811587a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: git config --global core.autocrlf input - uses: actions/checkout@v2 - name: Use Node.js 10.x - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.2 with: node-version: 10.x - name: Determine Yarn cache @@ -94,7 +94,7 @@ jobs: sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils ci/install_runtimes.sh - name: Use Node.js 10.x - uses: actions/setup-node@v2.1.1 + uses: actions/setup-node@v2.1.2 with: node-version: 10.x - name: Determine Yarn cache @@ -149,7 +149,7 @@ jobs: # steps: # - uses: actions/checkout@v1 # - name: Use Node.js 12.x - # uses: actions/setup-node@v2.1.1 + # uses: actions/setup-node@v2.1.2 # with: # node-version: 12.x # - name: Cache node_modules