Skip to content

Commit

Permalink
Breaking: upgrade to abstract-level 2
Browse files Browse the repository at this point in the history
See `UPGRADING.md` for details.

This also removes the majority of documentation from the README in
favor of just linking to the README of `abstract-level` so that we
don't have to maintain two copies.

Category: change
  • Loading branch information
vweevers committed Dec 1, 2024
1 parent 0056b12 commit 342e550
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 483 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
node: [18, 20, 22]
name: Node ${{ matrix.node }}
steps:
- name: Checkout
Expand All @@ -15,14 +15,14 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Install
run: npm install
run: npm install --ignore-scripts
- name: Install Playwright
if: matrix.node == 16
if: matrix.node == 22
run: npx playwright install --with-deps
- name: Test
run: npm test
- name: Test browsers
if: matrix.node == 16
if: matrix.node == 22
run: npm run test-browsers-local
- name: Coverage
run: npm run coverage
Expand Down
Loading

0 comments on commit 342e550

Please sign in to comment.