Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jun 18, 2024
1 parent 222738e commit cf45ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
# run: |
# apt-get -y update && apt-get -y install git make
# pnpm dlx mrs-developer missdev --no-config --fetch-https \&& pnpm install --frozen-lockfile
# - name: Install dependencies
# run: |
# pnpm dlx mrs-developer missdev --no-config --fetch-https
# # pnpm install --frozen-lockfile
- name: Install dependencies
run: |
pnpm dlx mrs-developer missdev --no-config --fetch-https
# pnpm install --frozen-lockfile
- name: Check pnpm lockfile consistency
run: |
pnpm install --lockfile-only
Expand Down

0 comments on commit cf45ed9

Please sign in to comment.