Skip to content

Commit 3450ab5

Browse files
committed
chore(deps): node version 22 for github actions, cache path
1 parent 30a4cf2 commit 3450ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: '22.x'
1616
cache: 'npm'
17-
cache-dependency-path: package-lock.json
17+
cache-dependency-path: website/package-lock.json
1818

1919
- name: Install dependencies
2020
run: npm ci

0 commit comments

Comments
 (0)