Skip to content

Commit 6fedaea

Browse files
gh pages
1 parent 2cec6a9 commit 6fedaea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/storybook-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
on:
22
push:
33
branches:
4-
- pm/new-design
4+
- main
55
jobs:
66
deploy:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 18
12+
node-version: 20
1313
- name: Install dependencies
1414
run: npm install
1515
- name: Deploy storybook

0 commit comments

Comments
 (0)