File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- node-version : [18, 20 ]
16+ node-version : [20, 22, 24 ]
1717 steps :
1818 - name : Git checkout
1919 uses : actions/checkout@v5
@@ -31,10 +31,10 @@ jobs:
3131 timeout-minutes : 60
3232 steps :
3333 - uses : actions/checkout@v5
34- - name : Use Node.js 18
34+ - name : Use Node.js 20
3535 uses : actions/setup-node@v6
3636 with :
37- node-version : 18
37+ node-version : 20
3838 - name : Bootstrap project
3939 run : |
4040 npm ci --ignore-scripts
@@ -49,10 +49,10 @@ jobs:
4949 - uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
52- - name : Use Node.js 18
52+ - name : Use Node.js 20
5353 uses : actions/setup-node@v6
5454 with :
55- node-version : 18
55+ node-version : 20
5656 - name : Bootstrap project
5757 run : |
5858 npm ci --ignore-scripts
Original file line number Diff line number Diff line change 33 "version" : " 5.0.11" ,
44 "description" : " Loopback REST Connector" ,
55 "engines" : {
6- "node" : " >=18 "
6+ "node" : " >=20 "
77 },
88 "keywords" : [
99 " LoopBack" ,
You can’t perform that action at this time.
0 commit comments