Skip to content

Commit 1c58fbf

Browse files
Update all non-major dependencies
1 parent 7dc6f91 commit 1c58fbf

File tree

3 files changed

+333
-339
lines changed

3 files changed

+333
-339
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 24.13.1
17+
node-version: 24.14.0
1818

1919
- name: clean install
2020
run: npm ci

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v6
1515
with:
16-
node-version: 24.13.1
16+
node-version: 24.14.0
1717

1818
- name: clean install
1919
run: npm ci

0 commit comments

Comments
 (0)