We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b97d69 commit d81e5ffCopy full SHA for d81e5ff
.github/workflows/pages.yml
@@ -44,7 +44,7 @@ jobs:
44
id: pages
45
uses: actions/configure-pages@v5
46
- name: Restore npm cache
47
- uses: actions/cache@v5
+ uses: actions/cache@v4
48
with:
49
path: ~/.npm
50
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments