File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
16- node-version : ' 20 '
16+ node-version : ' >=20.18 '
1717
1818 - name : Get yarn cache directory path
1919 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 2222 - name : Install Node
2323 uses : actions/setup-node@v3
2424 with :
25- node-version : ' 20 '
25+ node-version : ' >=20.18 '
2626 cache : yarn
2727 - name : Install Dependencies
2828 run : yarn install --frozen-lockfile
3939 - name : Install Node
4040 uses : actions/setup-node@v3
4141 with :
42- node-version : ' 20 '
42+ node-version : ' >=20.18 '
4343 cache : yarn
4444 - name : Install Dependencies
4545 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 - uses : actions/setup-node@v3
1414 with :
15- node-version : ' 20 '
15+ node-version : ' >=20.18 '
1616
1717 - name : Get yarn cache directory path
1818 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v3
1111 - uses : actions/setup-node@v3
1212 with :
13- node-version : ' 20 '
13+ node-version : ' >=20.18 '
1414
1515 - name : Get yarn cache directory path
1616 id : yarn-cache-dir-path
You can’t perform that action at this time.
0 commit comments