File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 strategy :
2020 matrix :
2121 os : [ubuntu-latest]
22- node-version : [20, 22, 24]
22+ node-version : [22, 24, 26 ]
2323 include :
2424 - os : macos-latest
2525 node-version : 22 # LTS
@@ -68,10 +68,10 @@ jobs:
6868 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969 with :
7070 fetch-depth : 0
71- - name : Use Node.js 20
71+ - name : Use Node.js 22
7272 uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7373 with :
74- node-version : 20.20.2
74+ node-version : 22
7575 - name : Bootstrap project
7676 run : npm ci --ignore-scripts
7777 - name : Verify commit linting
Original file line number Diff line number Diff line change 33 "version" : " 5.0.10" ,
44 "description" : " A minimal node SOAP client" ,
55 "engines" : {
6- "node" : " >=20 "
6+ "node" : " >=22 "
77 },
88 "dependencies" : {
99 "@cypress/request" : " ^3.0.10" ,
You can’t perform that action at this time.
0 commit comments