Skip to content

Commit

Permalink
feat: support stylelint v16 (#346)
Browse files Browse the repository at this point in the history
* feat: support stylelint v16

* ci: exclude node 18 for stylelint 16
  • Loading branch information
ricardogobbosouza committed Jan 30, 2024
1 parent 1ee4588 commit a40857c
Show file tree
Hide file tree
Showing 23 changed files with 390 additions and 514 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ jobs:
uses: wagoid/commitlint-github-action@v5

test:
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Stylelint ${{ matrix.stylelint-version }}, Webpack ${{ matrix.webpack-version }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18.x, 20.x, 21.x]
stylelint-version: [13.x, 14.x, 15.x]
stylelint-version: [13.x, 14.x, 15.x, 16.x]
webpack-version: [latest]
exclude:
- stylelint-version: 16.x
node-version: 18.x

runs-on: ${{ matrix.os }}

Expand Down
Loading

0 comments on commit a40857c

Please sign in to comment.