Skip to content

Commit

Permalink
chore!: drop node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
foray1010 committed Apr 30, 2021
1 parent 88249c9 commit 2b5f11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'circleci/node:10'
- image: 'circleci/node:12.13.0'
steps:
- 'checkout'
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,6 +55,6 @@
"remark-cli": "9.0.0"
},
"engines": {
"node": ">=10.13"
"node": ">=12.13"
}
}

0 comments on commit 2b5f11a

Please sign in to comment.