Skip to content

Commit

Permalink
fix(release): Use node v20 for prepackaged binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 25, 2024
1 parent a12f39d commit ed2a161
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 @@ -146,10 +146,10 @@
"sbom.json"
],
"targets": [
"latest-linux-x64",
"latest-macos-x64",
"latest-macos-arm64",
"latest-win-x64"
"node20-linux-x64",
"node20-macos-x64",
"node20-macos-arm64",
"node20-win-x64"
],
"outputPath": "ee-dist"
}
Expand Down

0 comments on commit ed2a161

Please sign in to comment.