Skip to content

Commit

Permalink
Merge pull request #20 from ripe-tech/ms/fix-eslint-problems
Browse files Browse the repository at this point in the history
fix: eslint dependency problems
  • Loading branch information
joamag authored May 27, 2022
2 parents b329270 + ee68d49 commit 4c9110d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Deploy
strategy:
matrix:
node-version: [10]
node-version: [12]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [10, 11, 12, 13, 14]
node-version: [12, 13, 14, 16, 17, 18]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

*

### Fixed
## Changed

*
* Removed node 10 and 11 from github workflows and added node 16, 17 and 18

## Changed
### Fixed

*
* Fix eslint dependencies problems

## [0.6.2] - 2022-04-08

Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"eslint": "^7.18.0",
"eslint-config-hive": "^0.5.3",
"eslint": "^8.16.0",
"eslint-config-hive": "^0.5.8",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-mocha": ">=10.0.0 && <10.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^8.2.1",
"mocha-cli": "^1.0.1",
"npm-check-updates": "^11.1.1",
Expand Down

0 comments on commit 4c9110d

Please sign in to comment.