Skip to content

Commit

Permalink
Merge pull request #9 from Ecwid/node-20
Browse files Browse the repository at this point in the history
Allow to use NodeJS of both versions 18 and 20
  • Loading branch information
juvirez authored Aug 23, 2023
2 parents be892f5 + d02e213 commit be5c718
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecwid/sdk",
"version": "0.5.0",
"version": "0.6.0",
"description": "Lightweight SDK library to access Ecwid API functions.",
"author": "Ecwid",
"license": "Apache-2.0",
Expand Down Expand Up @@ -47,7 +47,7 @@
"typescript": "^4.3.5"
},
"engines": {
"node": "^18.15.0",
"npm": "^9.5.0"
"node": "18 || 20",
"npm": "^9.5.1"
}
}

0 comments on commit be5c718

Please sign in to comment.