fix: add version to pnpm
Some checks failed
Deploy Website / build (push) Failing after 56s

This commit is contained in:
TheClashFruit 2024-04-20 17:07:56 +02:00
parent 975061c4e3
commit b57a02ea50
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -8,18 +8,21 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: https://code.forgejo.org/actions/checkout@v3
- name: Checkout The Repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
- name: Install PNPM
uses: https://github.com/pnpm/action-setup@v3.0.0
with:
version: 8
- name: Build
run: |
pnpm install
pnpm run build
- name: Deploy
- name: Deploy The Website
uses: https://git.gay/gitgay/pages-deploy@v2
with:
folder: ./export