diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0df8243e..c45cde46 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -24,7 +24,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -40,7 +40,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -56,7 +56,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd5ea68..b15e3401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @digitalbazaar/vc ChangeLog +## 6.2.1 - + +### Removed +- Removed `engines.node` from `package.json`. + +### Changed +- Changed explicit node version in README to maintained versions. + ## 6.2.0 - 2023-11-14 ### Added diff --git a/README.md b/README.md index fe54ce7d..6d68b1c2 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ the following: ## Install -- Browsers and Node.js 14+ are supported. +- Browsers and [Maintenance or higher versions of Node.js](https://nodejs.org/en/about/previous-releases) are supported. To install from NPM: diff --git a/package.json b/package.json index 681c2d95..e7c2c766 100644 --- a/package.json +++ b/package.json @@ -71,9 +71,6 @@ "text" ] }, - "engines": { - "node": ">=14" - }, "keywords": [ "JSON", "Linked Data",