Skip to content

Commit

Permalink
Require Node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 20, 2023
1 parent 7de05cb commit ee9a212
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/funding.yml

This file was deleted.

9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -10,12 +10,13 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
- 14
- 12
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,7 +11,7 @@
"url": "https://sindresorhus.com"
},
"engines": {
"node": ">=10"
"node": ">=14.16"
},
"scripts": {
"test": "xo && ava && tsd"
Expand All @@ -32,7 +32,7 @@
"@types/eslint": "^8.0.0",
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.0",
"eslint-rule-docs": "^1.1.5",
"eslint-rule-docs": "^1.1.235",
"log-symbols": "^4.0.0",
"plur": "^4.0.0",
"string-width": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Expand Up @@ -14,8 +14,8 @@

## Install

```
$ npm install --save-dev eslint-formatter-pretty
```sh
npm install --save-dev eslint-formatter-pretty
```

## Usage
Expand All @@ -26,8 +26,8 @@ Nothing to do. It's the default formatter.

### ESLint CLI

```
$ eslint --format=pretty file.js
```sh
eslint --format=pretty file.js
```

### [grunt-eslint](https://github.com/sindresorhus/grunt-eslint)
Expand Down

0 comments on commit ee9a212

Please sign in to comment.