Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Nov 15, 2023
1 parent e58bb59 commit ef3f930
Show file tree
Hide file tree
Showing 3 changed files with 1,106 additions and 4,132 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [16, 18, 20]
target: [test, coverage]

services:
Expand Down Expand Up @@ -37,10 +37,10 @@ jobs:
ls -l "$HOME/couchdb/rel/couchdb/bin"
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit ef3f930

Please sign in to comment.