Skip to content

Commit

Permalink
Fix difference between release and ci build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Feb 3, 2024
1 parent 9ec9578 commit 144a7c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'


# `npm ci` is recommended:
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
# Set up pnpm
- name: Install Dependencies
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true


# Run our `build` script
- name: Build All
run: |
Expand Down

0 comments on commit 144a7c2

Please sign in to comment.