Skip to content

Commit 3226a98

Browse files
Update dependency node to v24
1 parent 814f9ef commit 3226a98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20'
35+
node-version: '24'
3636
cache: 'pnpm'
3737
cache-dependency-path: 'pnpm-lock.yaml'
3838

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: setup node.js
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: 20
38+
node-version: 24
3939
cache: 'pnpm'
4040

4141
- name: install dependencies

0 commit comments

Comments
 (0)