Skip to content

Commit 8cfd13f

Browse files
committed
fix
1 parent 08497f1 commit 8cfd13f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: '22'
22+
node-version: 'lts/*'
2323
cache: 'pnpm'
24+
cache-dependency-path: ./frontend/web/pnpm-lock.yaml
2425

2526
- name: Install dependencies
2627
run: mise exec -- pnpm install

0 commit comments

Comments
 (0)