Skip to content

Commit

Permalink
Update node to v18 and bump version to 1.11.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielKerekes committed Aug 10, 2022
1 parent 8872718 commit 1bef514
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "cardano-hw-cli",
"version": "1.11.0-rc.1",
"commit": "cd28f24c19c32ad2087944a2faff76714bfbdf77",
"version": "1.11.0-rc.2",
"commit": "8872718cebdfc2b509ebad5121e4a7324d99e8e8",
"engines": {
"node": "16.16.0"
"node": "18.7.0"
},
"description": "Cardano CLI tool for hardware wallets",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-linux-deb-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mkdir ./build/linux/deb/${PACKAGE}_${VERSION}/usr/share/cardano-hw-cli
mkdir ./build/linux/deb/${PACKAGE}_${VERSION}/DEBIAN

# Build executable
yarn pkg ./dist/index.js -o ./build/linux/deb/cardano-hw-cli -c package.json -t node16-linux-x64
yarn pkg ./dist/index.js -o ./build/linux/deb/cardano-hw-cli -c package.json -t node18-linux-x64

# Copy files to package structure
cp -R ./build/dependencies/linux/* ./build/linux/deb/${PACKAGE}_${VERSION}/usr/share/cardano-hw-cli
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-linux-tar-gz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir ./build/linux/archive
mkdir ./build/linux/archive/cardano-hw-cli

# Build executable
yarn pkg ./dist/index.js -o ./build/linux/archive/cardano-hw-cli/cardano-hw-cli -c package.json -t node16-linux-x64
yarn pkg ./dist/index.js -o ./build/linux/archive/cardano-hw-cli/cardano-hw-cli -c package.json -t node18-linux-x64

# Copy dependencies
cp -R ./build/dependencies/linux/* ./build/linux/archive/cardano-hw-cli/
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir ./build/macos 2> /dev/null
mkdir ./build/macos/cardano-hw-cli

# Build executable
yarn pkg ./dist/index.js -o ./build/macos/cardano-hw-cli/cardano-hw-cli -c package.json -t node16-macos
yarn pkg ./dist/index.js -o ./build/macos/cardano-hw-cli/cardano-hw-cli -c package.json -t node18-macos

# Copy dependencies
cp -R ./build/dependencies/macos/* ./build/macos/cardano-hw-cli/
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir ./build/windows
mkdir ./build/windows/cardano-hw-cli

# Build executable
yarn pkg ./dist/index.js -o ./build/windows/cardano-hw-cli/cardano-hw-cli -c package.json -t node16-win-x64
yarn pkg ./dist/index.js -o ./build/windows/cardano-hw-cli/cardano-hw-cli -c package.json -t node18-win-x64

# Copy dependencies
cp -R ./build/dependencies/windows/* ./build/windows/cardano-hw-cli/
Expand Down

0 comments on commit 1bef514

Please sign in to comment.