Skip to content

Commit 2bb3b09

Browse files
committed
Fix GitHub Actions
Can't believe I have to do this manually, for shame, GitHub
1 parent 534d258 commit 2bb3b09

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 22.x
24+
check-latest: true
2425
cache: pnpm
2526

2627
- name: Install dependencies

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21+
check-latest: true
2122
node-version: 22.x
23+
cache: pnpm
2224

2325
- name: Install dependencies
2426
run: pnpm install
@@ -47,7 +49,9 @@ jobs:
4749

4850
- uses: actions/setup-node@v4
4951
with:
52+
check-latest: true
5053
node-version: 22.x
54+
cache: pnpm
5155

5256
- name: Install dependencies
5357
run: pnpm install

0 commit comments

Comments
 (0)