Skip to content

Commit

Permalink
fix: use pnpm in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <[email protected]>
  • Loading branch information
Scrumplex committed Jul 26, 2023
1 parent ab5125a commit a8a97d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:

- name: Install dependencies & build
run: |
npm ci
npm run build
pnpm install --frozen-lockfile
pnpm run build
4 changes: 2 additions & 2 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm ci
npm run update-contributors
pnpm install --frozen-lockfile
pnpm run update-contributors
- name: Commit files
run: |
Expand Down

0 comments on commit a8a97d9

Please sign in to comment.