Compare commits
1 commit
c894999f87
...
a6a19148aa
| Author | SHA1 | Date | |
|---|---|---|---|
| a6a19148aa |
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ jobs:
|
||||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
- run: cargo install just
|
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
|
@ -26,6 +25,9 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: 'frontend/package-lock.json'
|
cache-dependency-path: 'frontend/package-lock.json'
|
||||||
|
|
||||||
|
- name: Install just
|
||||||
|
uses: https://github.com/extractions/setup-just@v3
|
||||||
|
|
||||||
- name: Install frontend dependencies
|
- name: Install frontend dependencies
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue