Skip to content

Commit

Permalink
Back to node 18 since 20 is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 18, 2024
1 parent 5b2fddb commit 95a085f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"pkg": {
"scripts": "build/**/*.js",
"targets": [
"node20-linux-x64",
"node20-macos-x64",
"node20-macos-arm64",
"node20-win-x64"
"node18-macos-x64",
"node18-linux-x64",
"node18-macos-arm64",
"node18-win-x64"
],
"assets": [
"./build/public/**/*"
Expand Down

0 comments on commit 95a085f

Please sign in to comment.