File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " swagger-typescript-api " : patch
3+ ---
4+
5+ Update Node.js version requirements.
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ permissions: read-all
88
99jobs :
1010 build-and-test :
11+ strategy :
12+ fail-fast : false
13+ matrix :
14+ node-version : [24, 22, 20]
1115 runs-on : ubuntu-latest
1216 steps :
1317 - name : Checkout tree
1721 uses : actions/setup-node@v4
1822 with :
1923 check-latest : true
20- node-version-file : .nvmrc
24+ node-version : ${{ matrix.node-version }}
2125
2226 - run : corepack enable
2327
Original file line number Diff line number Diff line change 7979 },
8080 "packageManager" : " yarn@4.9.2" ,
8181 "engines" : {
82- "node" : " >=18.0.0 "
82+ "node" : " >=20 "
8383 },
8484 "publishConfig" : {
8585 "access" : " public" ,
You can’t perform that action at this time.
0 commit comments