Skip to content

Commit 51d36d3

Browse files
committed
Use Node 24 for pnpm workflows
1 parent b659c24 commit 51d36d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: 11.0.6
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
cache: pnpm
1919
- run: pnpm install --frozen-lockfile
2020
- run: pnpm lint

.github/workflows/live-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
version: 11.0.6
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 24
1717
cache: pnpm
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm build

0 commit comments

Comments
 (0)