File tree Expand file tree Collapse file tree 3 files changed +9
-21
lines changed
Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,11 @@ jobs:
2020 steps :
2121 - uses : actions/checkout@v4
2222
23- - name : Enable Corepack
24- run : |
25- npm install -g corepack@latest --force
26- corepack enable
27-
28- - name : Set up Node
29- uses : actions/setup-node@v4
23+ - uses : jdx/mise-action@v3
3024 with :
31- # The talk on the street says this might be a good version for building.
32- node-version : 20.19.0
33- cache : yarn
25+ install : true
26+ cache : true
27+ log_level : debug
3428
3529 - name : Install Yarn dependencies
3630 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -23,17 +23,11 @@ jobs:
2323 steps :
2424 - uses : actions/checkout@v4
2525
26- - name : Enable Corepack
27- run : |
28- npm install -g corepack@latest --force
29- corepack enable
30-
31- - name : Set up Node
32- uses : actions/setup-node@v4
26+ - uses : jdx/mise-action@v3
3327 with :
34- # The talk on the street says this might be a good version for building.
35- node-version : 20.19.0
36- cache : yarn
28+ install : true
29+ cache : true
30+ log_level : debug
3731
3832 - name : Install Yarn dependencies
3933 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 11[tools ]
22node = ' 22'
3- yarn = " latest "
3+ yarn = " 4.11.0 "
You can’t perform that action at this time.
0 commit comments