Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit bee6de6

Browse files
committed
fix: storybook node version
1 parent b30dc7e commit bee6de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install NodeJS
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "16.16.0"
22+
node-version: "20"
2323
cache: "yarn"
2424

2525
- name: Install dependencies

0 commit comments

Comments
 (0)