We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9ccd3e + 6643fe4 commit 3c44cd8Copy full SHA for 3c44cd8
2 files changed
.github/workflows/nextjs.yml
@@ -23,7 +23,11 @@ jobs:
23
- name: Setup Node
24
uses: actions/setup-node@v6
25
with:
26
- node-version: "20"
+ node-version: "24"
27
+ cache: "npm"
28
+ cache-dependency-path: |
29
+ package-lock.json
30
+ app/package-lock.json
31
32
- name: Install frontend dependencies
33
working-directory: ./app
.github/workflows/playwright.yml
@@ -30,6 +30,10 @@ jobs:
- uses: actions/setup-node@v6
node-version: 24
+ cache: 'npm'
34
35
36
37
38
- uses: actions/setup-python@v6
39
0 commit comments