File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ jobs:
5858 - name : Fetch Repository
5959 uses : actions/checkout@v4
6060
61+ - name : Setup pnpm
62+ uses : pnpm/action-setup@v4
63+ with :
64+ version : 9
65+
6166 - name : Setup Node.js
6267 uses : actions/setup-node@v4
6368 with :
6469 node-version : ' 20'
6570 cache : ' pnpm'
6671
67- - name : Setup pnpm
68- uses : pnpm/action-setup@v4
69- with :
70- version : latest
71-
7272 - name : Cache pnpm dependencies
7373 uses : actions/cache@v4
7474 with :
@@ -96,23 +96,23 @@ jobs:
9696 - name : Fetch Repository
9797 uses : actions/checkout@v4
9898
99+ - name : Setup pnpm
100+ uses : pnpm/action-setup@v4
101+ with :
102+ version : 9
103+
99104 - name : Setup Node.js
100105 uses : actions/setup-node@v4
101106 with :
102107 node-version : ' 20'
103108 cache : ' pnpm'
104109
105- - name : Setup pnpm
106- uses : pnpm/action-setup@v4
107- with :
108- version : latest
109-
110110 - name : Install Rust toolchain
111111 uses : actions-rust-lang/setup-rust-toolchain@v1
112112 with :
113113 toolchain : stable
114114
115- - name : Install dependencies
115+ - name : Install frontend dependencies
116116 run : pnpm install --frozen-lockfile
117117
118118 - name : Run frontend security audit
@@ -130,5 +130,6 @@ jobs:
130130 run : |
131131 pnpm outdated
132132 cd src-tauri
133+ cargo install cargo-outdated
133134 cargo outdated
134135 continue-on-error : true
You can’t perform that action at this time.
0 commit comments