Skip to content

Commit

Permalink
update node requirements and applied audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emuell committed Dec 13, 2024
1 parent b49503d commit b22edb4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Node Setup
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: "lts/Jod"
cache: "npm"

- name: System dependencies (Linux)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Restic-Browser [OPTIONS]

### Dependencies

* Follow the [Tauri Prerequisites Docs](https://tauri.app/v1/guides/getting-started/prerequisites/) to install a *C/C++ toolchain* and *Rust* for your platform.
* Make sure [npm](https://nodejs.org/en/download) *Node v18 LTS* is installed.
* Follow the [Tauri Prerequisites Docs](https://tauri.app/v1/guides/getting-started/prerequisites/) to install a *C/C++ toolchain* and *Rust* 1.70 or later for your platform.
* Make sure [npm](https://nodejs.org/en/download) *Node* 18 LTS or later is installed.
* Install [restic](https://github.com/restic/restic/releases/) and make sure it is included in your $PATH.

Note: installing the tauri CLI via cargo is not necessary. Tauri can be launched through npm (see below).
Expand Down
14 changes: 8 additions & 6 deletions package-lock.json

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

0 comments on commit b22edb4

Please sign in to comment.