Skip to content

Commit

Permalink
Merge pull request #61 from jo/feat/update-dependencies
Browse files Browse the repository at this point in the history
feat: update dependencies
  • Loading branch information
jo authored Oct 14, 2021
2 parents 0055491 + 17d7683 commit 986c46a
Show file tree
Hide file tree
Showing 4 changed files with 9,079 additions and 16,025 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14.17
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 15.x]
couchdb-version: [2, 3]

steps:
Expand All @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 15.x]
couchdb-version: [1.7]

steps:
Expand Down
Loading

0 comments on commit 986c46a

Please sign in to comment.