Skip to content

Commit

Permalink
BREAKING CHANGE: update deps to latest eslint stuff (#28)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: update deps to latest eslint stuff

* Update from node 10 to 14

* Update ci.yml

* Update config.yml
  • Loading branch information
RodEsp committed Sep 21, 2021
1 parent 2183fe8 commit feb3c5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
<<: *test
docker:
- image: node:12
node-10:
node-14:
<<: *test
docker:
- image: node:10
- image: node:14
release:
<<: *test
steps:
Expand Down Expand Up @@ -53,13 +53,13 @@ workflows:
"eslint-config-oclif-typescript":
jobs:
- node-latest
- node-14
- node-12
- node-10
- release:
context: org-global
filters:
branches: {only: master}
branches: {only: main}
requires:
- node-latest
- node-14
- node-12
- node-10
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"eslint-plugin-unicorn": "^19.0.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"typescript": "3.8.3"
"eslint": "^7",
"typescript": "^4"
},
"engines": {
"node": ">=12.0.0"
Expand Down

0 comments on commit feb3c5d

Please sign in to comment.