Skip to content

Commit

Permalink
fix: updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
seeni-techconative committed Apr 30, 2024
1 parent 5aca238 commit 3440f35
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v2
with:
version: 8.9.0
- uses: actions/setup-node@v3
version: 8
- uses: actions/setup-node@v4
with:
cache: "pnpm"
- run: pnpm install --prefer-offline --frozen-lockfile
- run: pnpx playwright install chromium
- run: pnpm exec playwright install
- run: pnpm run ci
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand Down

0 comments on commit 3440f35

Please sign in to comment.