Skip to content

Commit 2cb3434

Browse files
authored
Allow newer versions of peerDependencies (#28)
* Allow newer versions of peerDependencies * update CI * fix tests
1 parent fbdb30b commit 2cb3434

File tree

5 files changed

+815
-1082
lines changed

5 files changed

+815
-1082
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 14
1919
- name: Setup and build
2020
run: |
2121
npm ci

.github/workflows/publish-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 12
14+
node-version: 14
1515
registry-url: https://registry.npmjs.org/
1616
- name: Setup and build
1717
run: |

0 commit comments

Comments
 (0)