Skip to content

Commit 4e6c829

Browse files
authored
Merge pull request #352 from digital-clouds/renovate/node-24.x
chore(deps): update node.js to v24
2 parents 7935b63 + eec160b commit 4e6c829

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cloudflare-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: "⎔ Setup node"
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
28-
node-version: "22.x"
28+
node-version: "24.x"
2929
cache: "pnpm"
3030
- name: "🔒 Verify lockfile"
3131
run: pnpm install --frozen-lockfile
@@ -50,7 +50,7 @@ jobs:
5050
- name: "⎔ Setup node"
5151
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5252
with:
53-
node-version: "22.x"
53+
node-version: "24.x"
5454
cache: "pnpm"
5555
- name: "🏗 Prepare"
5656
run: |

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.15.0

0 commit comments

Comments
 (0)