Skip to content

Commit 671da74

Browse files
authored
chore: update the Node.js version to 24.5.0 (#78)
1 parent dca44c4 commit 671da74

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.changeset/tasty-lemons-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-effect-app': patch
3+
---
4+
5+
update the Node.js version to 24.5.0

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
description: The version of Node.js to install
66
required: true
7-
default: 20.14.0
7+
default: 24.5.0
88

99
runs:
1010
using: composite

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install node
6767
uses: actions/setup-node@v4
6868
with:
69-
node-version: 20.14.0
69+
node-version: 24.5.0
7070
- name: Install dependencies
7171
run: pnpm install
7272
- run: pnpm lint
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install node
100100
uses: actions/setup-node@v4
101101
with:
102-
node-version: 20.14.0
102+
node-version: 24.5.0
103103
- name: Install dependencies
104104
run: pnpm install
105105
- run: pnpm lint

scripts/version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as Fs from "node:fs"
2-
import Package from "../packages/create-effect-app/package.json" assert { type: "json" }
2+
import Package from "../packages/create-effect-app/package.json" with { type: "json" }
33

44
const tpl = Fs.readFileSync("./scripts/version.template.txt").toString("utf8")
55

templates/monorepo/.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
description: The version of Node.js to install
66
required: true
7-
default: 20.14.0
7+
default: 24.5.0
88

99
runs:
1010
using: composite

0 commit comments

Comments
 (0)