Try fixing the deployment job

This commit is contained in:
Vladyslav Fedoriuk 2023-09-20 00:38:13 +02:00
parent 9ea26a2eff
commit 5874e319fc

View File

@ -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