Skip to content

Commit 151d45f

Browse files
authored
Merge branch 'hanghae-plus:main' into main
2 parents 1999545 + f735365 commit 151d45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
fetch-depth: 0
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
- run: |
21-
npm install
22-
npm run test
21+
pnpm install
22+
pnpm run test
2323
e2e:
2424
timeout-minutes: 60
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)