Skip to content

Commit

Permalink
fix: ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Feb 27, 2024
1 parent 34388d9 commit 3a4259c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install -g pnpm@5.3
- run: pnpm install
node-version: 20
- run: npm install -g pnpm@8.6
- run: pnpm install --no-frozen-lockfile
- run: pnpm build:package
- run: npx playwright install --with-deps
- run: pnpm test || exit 1
Expand Down

0 comments on commit 3a4259c

Please sign in to comment.