Skip to content

Commit

Permalink
support yarn classic
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jan 31, 2025
1 parent 25f1746 commit f45961c
Show file tree
Hide file tree
Showing 4 changed files with 1,878 additions and 2,691 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npx playwright install --with-deps
- run: npm test
node-version: 20
- name: Install Yarn Classic
run: npm install -g yarn@1
- run: yarn install --frozen-lockfile
- run: yarn playwright install --with-deps
- run: yarn test
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
Loading

0 comments on commit f45961c

Please sign in to comment.