diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 902a315..9222f7c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,11 +11,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v2 with: node-version: 14.15.4 - name: Setup build cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -33,7 +33,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Run paths filter - uses: dorny/paths-filter@v2.8.0 + uses: dorny/paths-filter@v2 id: filter with: filters: |