Skip to content

Commit ab9aebf

Browse files
chore(deps): update dependency node to v24
1 parent 50104fc commit ab9aebf

8 files changed

Lines changed: 67 additions & 54 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 20
28+
node-version: 24
2929
cache: 'pnpm'
3030
- name: Check package.json files
3131
run: pnpm --package=@trigen/lint-package-json dlx lint-package-json --monorepo

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Node.js
5050
uses: actions/setup-node@v6
5151
with:
52-
node-version: 20
52+
node-version: 24
5353
cache: 'pnpm'
5454
registry-url: 'https://registry.npmjs.org'
5555
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Node.js
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: 'pnpm'
2323
- name: Install dependencies
2424
run: pnpm install
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Node.js
3838
uses: actions/setup-node@v6
3939
with:
40-
node-version: 20
40+
node-version: 24
4141
cache: 'pnpm'
4242
- name: Install dependencies
4343
run: pnpm install
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install Node.js
5757
uses: actions/setup-node@v6
5858
with:
59-
node-version: 20
59+
node-version: 24
6060
cache: 'pnpm'
6161
- name: Install dependencies
6262
run: pnpm install

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pnpm 10.11.0
2-
nodejs 22.4.1
2+
nodejs 24.14.1

packages/child-process-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"@simple-libs/stream-utils": "workspace:^"
5858
},
5959
"devDependencies": {
60-
"@types/node": "^22.0.0"
60+
"@types/node": "^24.0.0"
6161
}
6262
}

packages/stream-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"test": "run -p lint test:unit test:types"
5454
},
5555
"devDependencies": {
56-
"@types/node": "^22.0.0"
56+
"@types/node": "^24.0.0"
5757
}
5858
}

0 commit comments

Comments
 (0)