chore(node): drop Node 16

BREAKING CHANGE
Node 16 EOL 2023-09-11
This commit is contained in:
MDLeom 2023-10-01 04:46:39 +00:00
parent df3b0513e7
commit 3523b0fd98
No known key found for this signature in database
GPG Key ID: 06C236E63CBC68AA
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["16", "18", "20"] node-version: ["18", "20"]
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -33,7 +33,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
node-version: ["16.x"] node-version: ["18.x"]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -16,7 +16,7 @@
"test": "jest" "test": "jest"
}, },
"engines": { "engines": {
"node": ">= 16.13.0" "node": ">= 18.12.0"
}, },
"author": "curben", "author": "curben",
"license": "MIT", "license": "MIT",