Skip to content

Commit

Permalink
Allow newer versions of peerDependencies (#28)
Browse files Browse the repository at this point in the history
* Allow newer versions of peerDependencies

* update CI

* fix tests
  • Loading branch information
benmccann committed Sep 24, 2022
1 parent fbdb30b commit 2cb3434
Show file tree
Hide file tree
Showing 5 changed files with 815 additions and 1,082 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Setup and build
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Setup and build
run: |
Expand Down

0 comments on commit 2cb3434

Please sign in to comment.