File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 99 lint :
1010 runs-on : ubuntu-latest
1111 steps :
12- - name : Set up Node.js
13- uses : actions/setup-node@v4
14-
1512 - name : Checkout repository
1613 uses : actions/checkout@v4
1714
15+ - name : Set up Node.js
16+ uses : actions/setup-node@v4
17+ with :
18+ cache : " yarn"
19+
1820 - name : Install dependencies
1921 run : yarn install --frozen-lockfile --no-progress --non-interactive
2022
@@ -25,12 +27,14 @@ jobs:
2527 build :
2628 runs-on : ubuntu-latest
2729 steps :
28- - name : Set up Node.js
29- uses : actions/setup-node@v4
30-
3130 - name : Checkout repository
3231 uses : actions/checkout@v4
3332
33+ - name : Set up Node.js
34+ uses : actions/setup-node@v4
35+ with :
36+ cache : " yarn"
37+
3438 - name : Install dependencies
3539 run : yarn install --frozen-lockfile --no-progress --non-interactive
3640
You can’t perform that action at this time.
0 commit comments