diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3b4cc6e..6e8f081 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -15,12 +15,11 @@ jobs: with: node-version-file: ".nvmrc" - name: Cache NPM dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules - key: ${{ runner.OS }}-npm-cache - restore-keys: | - ${{ runner.OS }}-npm-cache + key: ${{ runner.os }}-npm-cache + restore-keys: ${{ runner.os }}-npm-cache - name: Install Dependencies run: npm install --include=optional --force - name: Build