mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-17 06:36:36 +00:00
Try fixing the deployment job
This commit is contained in:
parent
9ea26a2eff
commit
5874e319fc
3
.github/workflows/frontend.yaml
vendored
3
.github/workflows/frontend.yaml
vendored
@ -44,11 +44,12 @@ jobs:
|
|||||||
uses: pnpm/action-setup@v2
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8
|
version: 8
|
||||||
- name: Setup Node
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
cache-dependency-path: "./frontend/pnpm-lock.yaml"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user