Skip to content

Commit

Permalink
fix: update to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackps committed Feb 22, 2024
1 parent 0696392 commit e7e84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@semantic-release/npm",
{
"path": "@semantic-release/exec",
"cmd": "npx pkg ./package.json --out-path dist/@tradetrust-tt -t node12-linux-x64,node12-macos-x64,node12-win-x64"
"cmd": "npx pkg ./package.json --out-path dist/@tradetrust-tt -t node14-linux-x64,node14-macos-x64,node14-win-x64"
}
],
"publish": [
Expand Down

0 comments on commit e7e84bb

Please sign in to comment.