File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup Node
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : ${{ matrix.versions == 'oldest' && '16 ' || '20' }}
31+ node-version : ${{ matrix.versions == 'oldest' && '18 ' || '20' }}
3232 - name : Print system information
3333 run : |
3434 echo "Linux release: "; cat /etc/issue
@@ -104,7 +104,7 @@ jobs:
104104 - name : Setup Node
105105 uses : actions/setup-node@v4
106106 with :
107- node-version : ${{ matrix.versions == 'oldest' && '16 ' || '20' }}
107+ node-version : ${{ matrix.versions == 'oldest' && '18 ' || '20' }}
108108 - name : Print system information
109109 run : |
110110 echo "Linux release: "; cat /etc/issue
Original file line number Diff line number Diff line change 2020 - name : Setup Node
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : ${{ matrix.versions == 'oldest' && '16 ' || '20' }}
23+ node-version : ${{ matrix.versions == 'oldest' && '18 ' || '20' }}
2424 - name : Print system information
2525 run : |
2626 echo "Linux release: "; cat /etc/issue
You can’t perform that action at this time.
0 commit comments