Skip to content

Commit

Permalink
chore(node): drop Node 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE
Node 16 EOL 2023-09-11
  • Loading branch information
curbengh committed Oct 1, 2023
1 parent df3b051 commit 3523b0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["16", "18", "20"]
node-version: ["18", "20"]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["16.x"]
node-version: ["18.x"]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
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 @@
"test": "jest"
},
"engines": {
"node": ">= 16.13.0"
"node": ">= 18.12.0"
},
"author": "curben",
"license": "MIT",
Expand Down

0 comments on commit 3523b0f

Please sign in to comment.