Skip to content

Commit

Permalink
ci: try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Jan 31, 2024
1 parent f377202 commit 46ad6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ jobs:
run: |
set -e
apk add nodejs npm
npm install -g @pnpm/exe@8.15.1
npm install -g pnpm@7
pnpm i
pnpm test
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
options: "-v ${{ github.workspace }}:/build -w /build"
run: |
set -e
npm install -g @pnpm/exe@8.15.1
npm install -g pnpm@7
pnpm i
pnpm test
ls -la
Expand Down

0 comments on commit 46ad6e5

Please sign in to comment.