Skip to content

Commit 1bf974c

Browse files
chore(deps): update dependency node to v24
1 parent 92a7c16 commit 1bf974c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: '22'
34+
node-version: '24'
3535
cache: 'pnpm'
3636

3737
- name: Install dependencies

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: 22
36+
node-version: 24
3737
cache: pnpm
3838

3939
- name: Setup Pages

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: '22'
22+
node-version: '24'
2323
cache: 'pnpm'
2424

2525
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Node.js
4343
uses: actions/setup-node@v6
4444
with:
45-
node-version: '22'
45+
node-version: '24'
4646
cache: 'pnpm'
4747

4848
- name: Install dependencies
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Node.js
9999
uses: actions/setup-node@v6
100100
with:
101-
node-version: '22'
101+
node-version: '24'
102102
cache: 'pnpm'
103103
registry-url: 'https://registry.npmjs.org'
104104

0 commit comments

Comments
 (0)