Skip to content

Commit 3ce5958

Browse files
committed
chore: update actions
1 parent 2562a8d commit 3ce5958

File tree

6 files changed

+6
-55
lines changed

6 files changed

+6
-55
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/main-preview.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/pr-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
steps:
1111
- uses: gravity-ui/preview-build-action@v2
1212
with:
13-
node-version: 18
13+
node-version: 20

.github/workflows/pr-preview-deploy2.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/release-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
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

0 commit comments

Comments
 (0)