Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit ad7bd7e

Browse files
chore(deps): update node.js to v24
1 parent c6fcb7e commit ad7bd7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/composite-actions/cache-and-install/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
- name: Install Node.js
1212
uses: actions/setup-node@v4.1.0
1313
with:
14-
node-version: 20
14+
node-version: 24.12.0
1515

1616
- uses: pnpm/action-setup@v4.0.0
1717
name: Install pnpm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"wrangler": "^3.84.0"
4141
},
4242
"engines": {
43-
"node": ">=22.11.0",
43+
"node": ">=24.13.0",
4444
"pnpm": ">=9.12.3",
4545
"npm": "please use pnpm!",
4646
"yarn": "please use pnpm!"

0 commit comments

Comments
 (0)