Skip to content

Commit

Permalink
update to node 16 (#1369)
Browse files Browse the repository at this point in the history
Co-authored-by: Margaret Harrigan <[email protected]>
  • Loading branch information
mharrigan26 and mharrigan26 committed Oct 31, 2022
1 parent 25ad6d5 commit 5a2d4bf
Show file tree
Hide file tree
Showing 3 changed files with 22,506 additions and 3,874 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- name: Install npm packages
run: |
npm install -g npm@latest
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
cache: 'npm'
- run: ./bin/build-couchdb-dev.sh
env:
Expand Down
Loading

0 comments on commit 5a2d4bf

Please sign in to comment.