Skip to content

Commit 062da28

Browse files
feat: Updated PR workflow
1 parent ff137b9 commit 062da28

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: umidbekk/actions/prepare-node-repo@v2
1414
with:
1515
cache-key: yarn-v4
16-
node-version: 16
16+
node-version: 18
1717

1818
- run: yarn check:types
1919
- run: yarn lint

Diff for: .github/workflows/pr.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: umidbekk/actions/prepare-node-repo@v2
1111
with:
1212
cache-key: yarn-v4
13-
node-version: 16
13+
node-version: 18
1414

1515
- run: yarn check:types
1616
- run: yarn lint
@@ -25,7 +25,7 @@ jobs:
2525
- uses: umidbekk/actions/prepare-node-repo@v2
2626
with:
2727
cache-key: yarn-v4
28-
node-version: 16
28+
node-version: 18
2929

3030
- uses: superdispatch/actions/build-size/limit@v1
3131
with:
@@ -42,7 +42,7 @@ jobs:
4242
- uses: umidbekk/actions/prepare-node-repo@v2
4343
with:
4444
cache-key: yarn-v4
45-
node-version: 16
45+
node-version: 18
4646

4747
- run: yarn storybook:build
4848
- run: yarn playroom:build
@@ -66,7 +66,7 @@ jobs:
6666
- uses: umidbekk/actions/npm/install@v2
6767
with:
6868
cache-key: yarn-v4
69-
node-version: 16
69+
node-version: 18
7070

7171
- run: yarn cypress install
7272
- run: yarn cypress run
@@ -84,7 +84,7 @@ jobs:
8484
- uses: umidbekk/actions/npm/install@v2
8585
with:
8686
cache-key: yarn-v4
87-
node-version: 16
87+
node-version: 18
8888

8989
- uses: superdispatch/actions/[email protected]
9090
with:

0 commit comments

Comments
 (0)