File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -39,22 +39,21 @@ jobs:
39
39
registry.npmjs.org:443
40
40
54.185.253.63:443
41
41
42
+ - name : Set up corepack (for yarn)
43
+ run : |
44
+ corepack enable
45
+ corepack prepare yarn@4.5.1 --activate
46
+ yarn set version 4.5.1
47
+
42
48
- name : Setup Node.js environment
43
49
uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
44
50
with :
45
- node-version : 18.x
51
+ node-version : 20.x
52
+ cache : yarn
46
53
47
54
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
55
with :
49
56
submodules : recursive
50
-
51
- - name : Set up corepack (for yarn)
52
- run : corepack enable
53
-
54
- - name : Get yarn cache
55
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
56
- with :
57
- cache : yarn
58
57
59
58
- name : Cache node modules
60
59
uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
70
69
71
70
- name : Install contracts dependencies
72
71
run : |
73
- yarn set version 4.5.1
74
72
yarn workspace @kleros/kleros-v2-contracts install
75
73
76
74
- name : Install Foundry
You can’t perform that action at this time.
0 commit comments