Skip to content

Commit

Permalink
fix: bumps semantic-release requirement to <19 (#77)
Browse files Browse the repository at this point in the history
* chore: bumps node version requirement to ^14.7
* chore: moves max version peerdep SR to v19
  • Loading branch information
nguyenj committed Nov 5, 2021
1 parent d3e66f2 commit 8d844ec
Show file tree
Hide file tree
Showing 3 changed files with 1,786 additions and 3,790 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:10.18.0
- image: circleci/node:14.17.0
steps:
- checkout
- restore_cache:
Expand All @@ -16,7 +16,7 @@ jobs:
- ./node_modules
test:
docker:
- image: circleci/node:10.18.0
- image: circleci/node:14.17.0
steps:
- checkout
- restore_cache:
Expand All @@ -29,7 +29,7 @@ jobs:
command: npm test
deploy:
docker:
- image: circleci/node:10.18.0
- image: circleci/node:14.17.0
steps:
- checkout
- restore_cache:
Expand All @@ -52,4 +52,4 @@ workflows:
filters:
branches:
only:
- master
- master
Loading

0 comments on commit 8d844ec

Please sign in to comment.