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:
parent
40bb3c0b79
commit
8b6cad7d66
|
@ -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:
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
],
|
],
|
||||||
"author": "IBM Corp.",
|
"author": "IBM Corp.",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue