File tree Expand file tree Collapse file tree 5 files changed +6246
-5830
lines changed
Expand file tree Collapse file tree 5 files changed +6246
-5830
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.1
22parameters :
33 node-version :
44 type : string
5- default : " 20.16 .0"
5+ default : " 22.18 .0"
66orbs :
77 node : circleci/node@5.0.0
88 slack : circleci/slack@4.5.3
@@ -72,7 +72,7 @@ commands:
7272jobs :
7373 test :
7474 docker :
75- - image : cimg/node:20.16 .0
75+ - image : cimg/node:22.18 .0
7676 steps :
7777 - checkout
7878 - node/install :
8888 command : npm test
8989 build :
9090 docker :
91- - image : cimg/node:20.16 .0
91+ - image : cimg/node:22.18 .0
9292 user : root
9393 steps :
9494 - checkout
Original file line number Diff line number Diff line change 1+ ## 2.2.3 (December 03, 2025)
2+ * Updated ` Sailor ` to version 2.7.7
3+ * Updated the Node engine to version 22.x.
4+
15## 2.2.2 (September 22, 2025)
26* Removed ` elasticio-node ` library from deprecated action and trigger to fix the bug introduced in version 2.2.1.
37
Original file line number Diff line number Diff line change 11{
22 "title" : " REST API V2" ,
3- "version" : " 2.2.2 " ,
3+ "version" : " 2.2.3 " ,
44 "description" : " A generic connector for accessing HTTP and REST APIs ." ,
55 "authClientTypes" : [
66 " oauth2" ,
You can’t perform that action at this time.
0 commit comments