Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Oct 18, 2023
1 parent 68df298 commit 1f0be05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -14,13 +14,13 @@ 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
cache: 'pnpm'
- uses: pnpm/action-setup@v2
with:
version: 8
- name: install and build
run: |
pnpm install --prod
Expand Down

0 comments on commit 1f0be05

Please sign in to comment.