File tree Expand file tree Collapse file tree 6 files changed +6
-55
lines changed
Expand file tree Collapse file tree 6 files changed +6
-55
lines changed Original file line number Diff line number Diff line change 1717 - name : Setup Node
1818 uses : actions/setup-node@v4
1919 with :
20- node-version : 18
20+ node-version : 20
2121 cache : ' npm'
2222 - name : Install Packages
2323 run : npm ci
3939 - name : Setup Node
4040 uses : actions/setup-node@v4
4141 with :
42- node-version : 18
42+ node-version : 20
4343 cache : ' npm'
4444 - name : Install Packages
4545 run : npm ci
Original file line number Diff line number Diff line change @@ -16,18 +16,13 @@ jobs:
1616 - name : Setup Node
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : 18
19+ node-version : 20
2020 - name : Install Packages
2121 run : npm ci
2222 shell : bash
2323 - name : Build Storybook
2424 run : npx storybook build
2525 shell : bash
26- - name : Install AWS CLI
27- uses : unfor19/install-aws-cli-action@v1
28- with :
29- version : 2.22.35
30- arch : amd64
3126 - name : Upload to S3
3227 uses : gravity-ui/preview-upload-to-s3-action@v1
3328 with :
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@v4
2727 - uses : actions/setup-node@v4
2828 with :
29- node-version : 18
29+ node-version : 20
3030 registry-url : ' https://registry.npmjs.org'
3131 - name : Install Packages
3232 run : npm ci
Original file line number Diff line number Diff line change 1212 with :
1313 github-token : ${{ secrets.GRAVITY_UI_BOT_GITHUB_TOKEN }}
1414 npm-token : ${{ secrets.GRAVITY_UI_BOT_NPM_TOKEN }}
15- node-version : 18
15+ node-version : 20
You can’t perform that action at this time.
0 commit comments