chore: drop Node.js 16 support

BREAKING CHANGE: drop Node.js 16 support

Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
This commit is contained in:
dhmlau 2023-09-12 10:51:10 -04:00 committed by Diana Lau
parent 40bb3c0b79
commit 8b6cad7d66
2 changed files with 4 additions and 4 deletions

View File

@ -18,12 +18,12 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
node-version: [16, 18, 20] node-version: [18, 20]
include: include:
- os: macos-latest - os: macos-latest
node-version: 16 node-version: 18
- os: windows-latest - os: windows-latest
node-version: 16 node-version: 18
fail-fast: false fail-fast: false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:

View File

@ -16,7 +16,7 @@
], ],
"author": "IBM Corp.", "author": "IBM Corp.",
"engines": { "engines": {
"node": ">=16" "node": ">=18"
}, },
"repository": { "repository": {
"type": "git", "type": "git",