Skip to content

Commit

Permalink
chore: update node engine 20.x to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafyh committed Jul 29, 2024
1 parent db7ef51 commit 26e5ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@myunisoft/heif-converter-ws",
"version": "0.0.4",
"private": "true",
"workspaces": [
"linux-x64",
"linuxmusl-x64",
"win32-x64"
"win32-x64",
"win32-ia32"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"jpg"
],
"engines": {
"node": ">=20.x"
"node": ">=18.x"
},
"gypfile": true,
"repository": {
Expand Down

0 comments on commit 26e5ff2

Please sign in to comment.