Skip to content

Commit

Permalink
chore: drop Node.js 16 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop Node.js 16 support

Signed-off-by: dhmlau <[email protected]>
  • Loading branch information
dhmlau committed Sep 12, 2023
1 parent 757f48a commit 0149cea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"author": "IBM Corp.",
"engines": {
"node": ">=16"
"node": ">=18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0149cea

Please sign in to comment.