Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires Node@^10.x || ^12.x || >= 14.x
  • Loading branch information
MichaelDeBoey committed May 14, 2021
1 parent c349e6b commit 83539f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install Packages
Expand Down Expand Up @@ -54,14 +54,14 @@ jobs:
os: ubuntu-latest
# On the minimum supported ESLint/Node.js version
- eslint: 5.16.0
node: 8.10.0
node: 10.0.0
os: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install Packages
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "11.1.0",
"description": "Additional ESLint's rules for Node.js",
"engines": {
"node": ">=8.10.0"
"node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
},
"main": "lib/index.js",
"files": [
Expand All @@ -13,8 +13,8 @@
"eslint": ">=5.16.0"
},
"dependencies": {
"eslint-plugin-es": "^3.0.1",
"eslint-utils": "^2.1.0",
"eslint-plugin-es": "^4.1.0",
"eslint-utils": "^3.0.0",
"ignore": "^5.1.1",
"minimatch": "^3.0.4",
"resolve": "^1.10.1",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@mysticatea/eslint-plugin": "^13.0.0",
"codecov": "^3.3.0",
"eslint": "^7.9.0",
"eslint": "^7.26.0",
"eslint-plugin-node": "file:.",
"fast-glob": "^2.2.6",
"globals": "^11.12.0",
Expand Down

0 comments on commit 83539f4

Please sign in to comment.