File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
name : Run static checks
13
13
steps :
14
14
- uses : actions/checkout@v4
15
+ - run : corepack enable
15
16
- name : Setup node
16
17
uses : actions/setup-node@v4
17
18
with :
18
19
node-version : ${{ env.MAIN_NODE_VERSION }}
19
20
cache : ' yarn'
20
- - run : corepack enable
21
21
- run : yarn install
22
22
- run : yarn run lint
23
23
- run : yarn run types
@@ -30,12 +30,12 @@ jobs:
30
30
node : ["18", "20", "21"]
31
31
steps :
32
32
- uses : actions/checkout@v4
33
+ - run : corepack enable
33
34
- name : Setup node
34
35
uses : actions/setup-node@v4
35
36
with :
36
37
node-version : ${{ matrix.node }}
37
38
cache : ' yarn'
38
- - run : corepack enable
39
39
- name : Install dependencies
40
40
run : yarn install
41
41
- name : Run tests
@@ -49,11 +49,11 @@ jobs:
49
49
name : Build
50
50
steps :
51
51
- uses : actions/checkout@v4
52
+ - run : corepack enable
52
53
- name : Setup node
53
54
uses : actions/setup-node@v4
54
55
with :
55
56
node-version : ${{ env.MAIN_NODE_VERSION }}
56
- - run : corepack enable
57
57
- run : yarn install
58
58
- run : yarn run build
59
59
- uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments