diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a18b1a4..316597d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: uses: actions/cache@v3 with: path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS - key: ${{ runner.OS }}-node-12.x-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.OS }}-node-16.x-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.OS }}-node-12.x + ${{ runner.OS }}-node-16.x ${{ runner.OS }}- - name: Install dependencies run: yarn install --frozen-lockfile