Skip to content

Commit 866620b

Browse files
committed
ci: use actions/setup-node@v3
1 parent 36f5476 commit 866620b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/storybook-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
- name: Checkout 🛎️
1414
uses: actions/checkout@v4
1515

16+
- name: Setup Node.js 💽
17+
uses: actions/setup-node@v3
18+
with:
19+
node-version: '20'
20+
1621
- name: Install and Build 🔧
1722
run: |
1823
yarn

0 commit comments

Comments
 (0)