Skip to content

Commit 9bca14f

Browse files
chore(deps): update dependency node to v24
1 parent bb0acd9 commit 9bca14f

5 files changed

Lines changed: 7 additions & 7 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
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Node.js
6868
uses: actions/setup-node@v6
6969
with:
70-
node-version: 20
70+
node-version: 24
7171
cache: 'pnpm'
7272
registry-url: 'https://registry.npmjs.org'
7373
- 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.15.0

0 commit comments

Comments
 (0)