Skip to content

Commit 35399ca

Browse files
chore(deps): update dependency node to v24
1 parent 635caaa commit 35399ca

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Node.js
4444
uses: actions/setup-node@v6
4545
with:
46-
node-version: '22'
46+
node-version: '24'
4747
cache: 'pnpm'
4848

4949
- name: Install dependencies
@@ -99,7 +99,7 @@ jobs:
9999
- name: Setup Node.js
100100
uses: actions/setup-node@v6
101101
with:
102-
node-version: '22'
102+
node-version: '24'
103103
cache: 'pnpm'
104104
registry-url: 'https://registry.npmjs.org'
105105

0 commit comments

Comments
 (0)