Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @vercel/ncc to ^0.38.0 #533

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/actions/replace-version/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/actions/replace-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1"
"@vercel/ncc": "^0.38.0"
}
}
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@ fluence update --help

### Installing manually

- download fluence archive for your platfrom from
[latest release](https://github.com/fluencelabs/cli/releases/latest).
- extract archive contents to default fluence user directory
- download fluence archive for your platfrom from
[latest release](https://github.com/fluencelabs/cli/releases/latest).
- extract archive contents to default fluence user directory

```shell
tar --strip-components=1 -xzf <archive> -C "${HOME}/.fluence/cli"
```
```shell
tar --strip-components=1 -xzf <archive> -C "${HOME}/.fluence/cli"
```

- add `${HOME}/.fluence/cli/bin` to `$PATH`
- add `${HOME}/.fluence/cli/bin` to `$PATH`

### Using npm

Prerequisites:

- Linux or MacOS (there are currently some bugs on Windows)
- [Node.js = 18.x.x](https://nodejs.org/)
- Linux or MacOS (there are currently some bugs on Windows)
- [Node.js = 18.x.x](https://nodejs.org/)

To install and try Fluence CLI, run:

Expand Down