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 d62a0ea commit a9937baCopy full SHA for a9937ba
1 file changed
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
node-version: ${{ matrix.node-version }}
35
- name: Cache Node.js modules and Next.js build
36
- uses: actions/cache@v4
+ uses: actions/cache@v5
37
38
path: |
39
~/.npm
@@ -117,7 +117,7 @@ jobs:
117
118
node-version: 22.x
119
- name: Cache Node.js modules
120
121
122
path: ~/.npm
123
key: ${{ runner.os }}-setup-e2e-${{ hashFiles('**/package-lock.json') }}
0 commit comments