Skip to content

Commit ff45306

Browse files
committed
test actions again
1 parent 2d6bc85 commit ff45306

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 20
2424
cache: 'npm'
25-
cache-dependency-path: 'web/frontend/package-lock.json'
25+
cache-dependency-path: '**/package-lock.json'
2626

2727
- name: Install dependencies
2828
working-directory: web/frontend

web/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This template should help get you started developing with Vue 3 and TypeScript i
44

55
Learn more about the recommended Project Setup and IDE Support in the [Vue Docs TypeScript Guide](https://vuejs.org/guide/typescript/overview.html#project-setup).
66

7-
test actions
7+
test actions again

0 commit comments

Comments
 (0)