Skip to content

Commit

Permalink
feat: add pnpm install and remove npm reference (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukey-aleios authored Aug 11, 2023
1 parent 83d085b commit 24c6e66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
if: ${{ needs.release-please.outputs.releases_created }}
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.27.0
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "pnpm"
registry-url: "https://registry.npmjs.org"
- name: 💫 Install dependencies
run: pnpm install --frozen-lockfile
- name: 🏡 Build
Expand Down

0 comments on commit 24c6e66

Please sign in to comment.