Skip to content

Commit

Permalink
Chore: upgrade [email protected] (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic authored Apr 26, 2021
1 parent 4ea4f6b commit a968dff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ env:
node: true
extends: "eslint-config-eslint"
rules:
no-console: 0
no-console: 0
require-unicode-regexp: 0
node/no-process-exit: 0
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x, 13.x, 12.x, 10.x]
node: [16.x, 15.x, 14.x, 13.x, 12.x, 10.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
"homepage": "https://github.com/eslint/eslint-release#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-eslint": "^5.0.1",
"eslint-plugin-node": "^9.1.0",
"eslint": "^7.25.0",
"eslint-config-eslint": "^7.0.0",
"eslint-plugin-jsdoc": "^32.3.1",
"eslint-plugin-node": "^11.1.0",
"leche": "^2.3.0",
"mocha": "^6.1.4",
"sinon": "^1.17.2"
Expand Down

0 comments on commit a968dff

Please sign in to comment.