Skip to content

Commit 8b6cad7

Browse files
committed
chore: drop Node.js 16 support
BREAKING CHANGE: drop Node.js 16 support Signed-off-by: dhmlau <[email protected]>
1 parent 40bb3c0 commit 8b6cad7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
node-version: [16, 18, 20]
21+
node-version: [18, 20]
2222
include:
2323
- os: macos-latest
24-
node-version: 16
24+
node-version: 18
2525
- os: windows-latest
26-
node-version: 16
26+
node-version: 18
2727
fail-fast: false
2828
runs-on: ${{ matrix.os }}
2929
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"author": "IBM Corp.",
1818
"engines": {
19-
"node": ">=16"
19+
"node": ">=18"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)