Skip to content

Commit 9ae655c

Browse files
Merge pull request #4 from Chia-Chi-Shen/production
modified deploy.yml
2 parents d676013 + 6a38d97 commit 9ae655c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Storybook to GitHub Pages
33
on:
44
push:
55
branches:
6-
- production
6+
- storybook
77

88
jobs:
99
build-and-deploy:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '18.20.4'
19+
node-version: '20.16.0'
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)