Skip to content

Commit

Permalink
Require stylelint 14 and Node.js 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 15, 2022
1 parent e6a478b commit b92a561
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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:
- 16
- 14
- 12
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
8 changes: 4 additions & 4 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": ">=10"
"node": ">=12"
},
"scripts": {
"test": "xo && ava"
Expand Down Expand Up @@ -46,14 +46,14 @@
"simple"
],
"dependencies": {
"stylelint-config-xo": "^0.20.0"
"stylelint-config-xo": "^0.21.0"
},
"devDependencies": {
"ava": "^2.4.0",
"stylelint": "^13.7.2",
"stylelint": "^14.5.3",
"xo": "^0.33.1"
},
"peerDependencies": {
"stylelint": ">=13.7.0"
"stylelint": ">=14"
}
}
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
## Install

```
$ npm install --save-dev stylelint-config-xo-space
```sh
npm install --save-dev stylelint-config-xo-space
```

## Usage
Expand Down

0 comments on commit b92a561

Please sign in to comment.