mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2025-05-16 22:26:35 +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
|
||||
with:
|
||||
version: 8
|
||||
- name: Setup Node
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: "pnpm"
|
||||
cache-dependency-path: "./frontend/pnpm-lock.yaml"
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Setup Pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user