Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Oct 11, 2023
1 parent 1db09b1 commit 96f3d7b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -8,10 +8,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
- name: Install and Run Node Script
cache: 'pnpm'
- name: install and build
run: |
pnpm install --prod
pnpm run build
Expand All @@ -21,4 +25,4 @@ jobs:
single-commit: true
git-config-email: <>
branch: gh-pages
folder: output
folder: dist

0 comments on commit 96f3d7b

Please sign in to comment.