Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
* origin/develop:
  Test: Unlock account.
  Global: Remove double dash syntax.
  Global: Upgrade pkg to latest.
  Global: Upgrade packages.
  Global: Migrate to yarn.
  Global: Upgrade to node 18.
  Package.json: Add test target.
  • Loading branch information
hpello committed Mar 7, 2023
2 parents 3ca7193 + 8a73a6e commit 5c6b946
Show file tree
Hide file tree
Showing 35 changed files with 6,702 additions and 10,763 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v9.2.0
18.14.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Go and have a look at the [Tutorial](docs/tutorial.md) to set up your first host
### Build from source

```bash
npm run install-all
npm run build
yarn install-all
yarn build
node server/build/cli.js
```

Expand Down
Loading

0 comments on commit 5c6b946

Please sign in to comment.