diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7931855..587b378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: tag-schedule: weekly - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v2.1.5 with: node-version: ${{ matrix.node-version }} - run: npm ci