Skip to content

Commit

Permalink
feat: add stylelint 16 support and drop node 16 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop node 16 support
  • Loading branch information
ernscht committed Jan 7, 2024
1 parent 0d319b7 commit 61deecd
Show file tree
Hide file tree
Showing 3 changed files with 1,205 additions and 717 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Test - ${{ matrix.platform }} - Node v${{ matrix.node-version }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
platform: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
Loading

0 comments on commit 61deecd

Please sign in to comment.