Skip to content

Commit 29d2da1

Browse files
chore(deps): update dependency node to v24
1 parent a282187 commit 29d2da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1717
with:
18-
node-version: "^22.0.0"
18+
node-version: "^24.0.0"
1919
cache: yarn
2020
cache-dependency-path: yarn.lock
2121

.github/workflows/publish-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1717
with:
18-
node-version: "^22.0.0"
18+
node-version: "^24.0.0"
1919
cache: yarn
2020
cache-dependency-path: yarn.lock
2121

0 commit comments

Comments
 (0)