Skip to content

Commit

Permalink
Support Stylelint 15 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jul 7, 2023
1 parent 27cd6e9 commit ccbb359
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"scripts": {
"test": "xo && ava"
Expand Down Expand Up @@ -46,8 +46,8 @@
"simple"
],
"dependencies": {
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
"stylelint-order": "^5.0.0"
"stylelint-declaration-block-no-ignored-properties": "^2.7.0",
"stylelint-order": "^6.0.3"
},
"devDependencies": {
"ava": "^4.1.0",
Expand Down

0 comments on commit ccbb359

Please sign in to comment.