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:
matrix:
os: [ubuntu-latest]
node-version: [16, 18, 20]
node-version: [18, 20]
include:
- os: macos-latest
node-version: 16
node-version: 18
- os: windows-latest
node-version: 16
node-version: 18
fail-fast: false
runs-on: ${{ matrix.os }}
steps:

View File

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