Skip to content

Commit

Permalink
Fix connector publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tung-Huynh-Shopmacher committed Jul 18, 2024
1 parent 3272250 commit d2f4515
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5,142 deletions.
2 changes: 1 addition & 1 deletion processor/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
18.12.0
6 changes: 3 additions & 3 deletions processor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions processor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopmacher-mollie-processor",
"description": "Integration between commercetools and mollie payment service provider",
"version": "0.0.8",
"version": "0.0.9",
"main": "index.js",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"payment provider"
],
"engines": {
"node": ">=18.0.0"
"node": ">=18.0.0 <=20.9.0"
},
"resolutions": {
"axios": "1.6.8"
Expand Down
Loading

0 comments on commit d2f4515

Please sign in to comment.