Skip to content

Commit 949b471

Browse files
authored
ci: normalise dependency cache and node versions (#3496)
1 parent fb8b4fe commit 949b471

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test-calver.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ jobs:
5656
- name: Setup Node.js
5757
uses: actions/setup-node@v6
5858
with:
59-
node-version: 18
59+
node-version: '22'
6060
cache: 'pnpm'
61+
cache-dependency-path: 'pnpm-lock.yaml'
6162

6263
- name: Install dependencies
6364
run: pnpm install --frozen-lockfile

.github/workflows/test-upgrade-flow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
with:
5555
node-version: '22'
5656
cache: 'pnpm'
57+
cache-dependency-path: 'pnpm-lock.yaml'
5758

5859
- name: Install dependencies
5960
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)