File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 # Strapi is not yet compatible with node 16
21- node : ['16 ', '18 ']
21+ node : ['18 ', '20 ']
2222 name : integration-tests (Node.js ${{ matrix.node }})
2323 steps :
2424 - uses : actions/checkout@v4
4040 runs-on : ubuntu-latest
4141 strategy :
4242 matrix :
43- node : ['16 ', '18 ']
43+ node : ['18 ', '20 ']
4444 name : playground-build (Node.js ${{ matrix.node }})
4545 steps :
4646 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11status = [
2- ' playground-build (Node.js 16)' ,
32 ' playground-build (Node.js 18)' ,
4- ' integration-tests (Node.js 16 )' ,
3+ ' playground-build (Node.js 20 )' ,
54 ' integration-tests (Node.js 18)' ,
5+ ' integration-tests (Node.js 20)' ,
66 ' style-check' ,
77]
88# 1 hour timeout
You can’t perform that action at this time.
0 commit comments