Skip to content

Commit

Permalink
Commit v22 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarijitray committed Jan 28, 2025
1 parent 52537f3 commit fde9611
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
22.11
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"engines": {
"node": "14 || ^18.12"
"node": "^18.12 || ^22.11"
},
"scripts": {
"alpha": "lerna version prerelease --allow-branch $(git branch --show-current) --preid $(git branch --show-current) --no-push --no-git-tag-version",
Expand Down
2 changes: 1 addition & 1 deletion packages/actions-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"package.json"
],
"engines": {
"node": "14 || ^18.12"
"node": "^18.12 || 22.11"
},
"engineStrict": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"directory": "packages/cli"
},
"engines": {
"node": "14 || ^18.12"
"node": "^18.12 || ^22.11"
},
"engineStrict": true,
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"package.json"
],
"engines": {
"node": ">=14"
"node": "^18.12 || ^22.11"
},
"engineStrict": true,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/destination-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"package.json"
],
"engines": {
"node": "14 || ^18.12"
"node": "^18.12 || ^22.11"
},
"engineStrict": true,
"license": "MIT",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@types/google-libphonenumber": "^7.4.23",
"@types/jest": "^27.0.0",
"@types/ssh2-sftp-client": "^9.0.0",
"@types/ssh2-sftp-client": "^9.0.4",
"jest": "^27.3.1",
"nock": "^13.1.4"
},
Expand Down

0 comments on commit fde9611

Please sign in to comment.