File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 contents : write
1212 strategy :
1313 matrix :
14- node-version : [20 .x]
14+ node-version : [24 .x]
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- node-version : [20.x]
16+ node-version : [20.x, 22.x, 24.x ]
1717 steps :
1818 - uses : actions/checkout@v3
1919 - name : Use Node.js ${{ matrix.node-version }}
2727 runs-on : ubuntu-latest
2828 strategy :
2929 matrix :
30- node-version : [20.x]
30+ node-version : [20.x, 22.x, 24.x ]
3131 steps :
3232 - uses : actions/checkout@v3
3333 - name : Use Node.js ${{ matrix.node-version }}
4747 runs-on : ubuntu-latest
4848 strategy :
4949 matrix :
50- node-version : [20.x]
50+ node-version : [20.x, 22.x, 24.x ]
5151 steps :
5252 - uses : actions/checkout@v3
5353 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [20 .x]
13+ node-version : [24 .x]
1414 steps :
1515 - uses : actions/checkout@v4
1616 - name : Use Node.js ${{ matrix.node-version }}
You can’t perform that action at this time.
0 commit comments