Skip to content

Commit 970c8b8

Browse files
committed
fix: do npm install
1 parent 0ec8736 commit 970c8b8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v2
1616

17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version: "20"
20+
1721
- name: Install dependencies
1822
run: |
1923
sudo apt update
@@ -23,6 +27,9 @@ jobs:
2327
rustup target add armv7-unknown-linux-musleabihf
2428
rustup target add wasm32-unknown-unknown
2529
cargo install trunk --version "=0.18.3" --locked
30+
pushd app
31+
npm ci
32+
popd
2633
2734
- name: Build Cache for raspberry pi
2835
uses: actions/cache@v2

0 commit comments

Comments
 (0)