Skip to content

Commit 4810d12

Browse files
authored
Merge pull request #110 from OldSneerJaw/dependabot/npm_and_yarn/nyc-18.0.0
Bump nyc from 17.1.0 to 18.0.0
2 parents 8458af7 + 4f9bc45 commit 4810d12

File tree

4 files changed

+512
-141
lines changed

4 files changed

+512
-141
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node-version: ['14', 'lts/*', 'latest'] # 14 is the oldest supported Node.js version
20+
node-version: ['20', 'lts/*', 'latest']
2121

2222
steps:
2323
- uses: actions/checkout@v6

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For validation of documents in Couchbase Sync Gateway, see the [synctos](https:/
3939

4040
# Installation
4141

42-
Couchster is distributed as an [npm](https://www.npmjs.com/) package, and the minimum version of [Node.js](https://nodejs.org/) that it officially supports is v8.11.0. Both of these required components can be acquired at once by [installing](https://nodejs.org/en/download/package-manager/) Node.js.
42+
Couchster is distributed as an [npm](https://www.npmjs.com/) package, and the minimum version of [Node.js](https://nodejs.org/) that it officially supports is v20. Both of these required components can be acquired at once by [installing](https://nodejs.org/en/download/package-manager/) Node.js.
4343

4444
If your project does not already have an npm `package.json` file, run `npm init` to create one. Don't worry too much about the answers to the questions it asks right now; the file it produces can be updated as needed later.
4545

0 commit comments

Comments
 (0)