File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 - name : Setup Node
2323 uses : actions/setup-node@v2
2424 with :
25- node-version : ' 18.x '
25+ node-version : 20
2626 cache : ' npm'
2727 - name : Install Packages
2828 run : npm ci
Original file line number Diff line number Diff line change 1616 - name : Setup Node
1717 uses : actions/setup-node@v2
1818 with :
19- node-version : 18
19+ node-version : 20
2020 - name : Install Packages
2121 run : npm ci
2222 shell : bash
2626 - name : Upload to S3
2727 uses : gravity-ui/preview-upload-to-s3-action@v1
2828 with :
29- node-version : 18
29+ node-version : 20
3030 src-path : storybook-static
3131 dest-path : /react-unipika/main/
3232 s3-key-id : ${{ secrets.STORYBOOK_S3_KEY_ID }}
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : gravity-ui/preview-build-action@v2
1212 with :
13- node-version : 18
13+ node-version : 20
1414 env :
1515 TS_NODE_PROJECT : .storybook/tsconfig.json
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 20
1717 cache : npm
1818 - name : Install Packages
1919 run : npm ci
Original file line number Diff line number Diff line change 1616 with :
1717 github-token : ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
1818 npm-token : ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
19- node-version : 18
19+ node-version : 20
2020 default-branch : ${{ github.ref_name != 'main' && github.ref_name || null }}
2121 npm-dist-tag : ${{ github.ref_name != 'main' && github.ref_name || 'latest' }}
2222 prerelease : ${{ github.ref_name == 'next' && true || null }}
Original file line number Diff line number Diff line change 1- 18
1+ 20
You can’t perform that action at this time.
0 commit comments