File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v4
2525 - uses : actions/setup-node@v4
2626 with :
27- node-version : 18.x
27+ node-version-file : ' .nvmrc '
2828 cache : yarn
2929
3030 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 - name : Setup Node.js environment
2222 uses : actions/setup-node@v4
2323 with :
24- node-version : " 18"
24+ node-version-file : ' .nvmrc'
25+ cache : yarn
2526
2627 - name : Install dependencies
2728 run : yarn install --immutable
Original file line number Diff line number Diff line change 1313 - name : Setup Node.js environment
1414 uses : actions/setup-node@v4
1515 with :
16- node-version : " 18"
16+ node-version-file : ' .nvmrc'
17+ cache : yarn
1718
1819 - name : Install dependencies
1920 run : yarn install --immutable
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : 18.x
18+ node-version-file : ' .nvmrc '
1919 cache : yarn
2020
2121 - name : Install dependencies
Original file line number Diff line number Diff line change 2626
2727 - uses : actions/setup-node@v4
2828 with :
29- node-version : 18.x
29+ node-version-file : ' .nvmrc '
3030 cache : yarn
3131
3232 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 - uses : actions/setup-node@v4
2424 with :
25- node-version : 18.x
25+ node-version-file : ' .nvmrc '
2626 cache : yarn
2727
2828 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments