Skip to content

Commit 3c44cd8

Browse files
authored
Merge branch 'staging' into copilot/switch-ci-to-uv-sync
2 parents b9ccd3e + 6643fe4 commit 3c44cd8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/nextjs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: "20"
26+
node-version: "24"
27+
cache: "npm"
28+
cache-dependency-path: |
29+
package-lock.json
30+
app/package-lock.json
2731
2832
- name: Install frontend dependencies
2933
working-directory: ./app

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- uses: actions/setup-node@v6
3131
with:
3232
node-version: 24
33+
cache: 'npm'
34+
cache-dependency-path: |
35+
package-lock.json
36+
app/package-lock.json
3337
3438
- uses: actions/setup-python@v6
3539
with:

0 commit comments

Comments
 (0)