chore: drop Node.js 14 and lower

Breaking change: drop Node.js 14 version and lower

Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
This commit is contained in:
dhmlau 2023-08-14 12:03:14 -04:00 committed by Diana Lau
parent f49704e658
commit bc9d34f809
3 changed files with 9 additions and 9 deletions

View File

@ -19,10 +19,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [10, 12, 14, 16]
node-version: [16, 18]
include:
- os: macos-latest
node-version: 14 # LTS
node-version: 16 # LTS
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
@ -45,10 +45,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Bootstrap project
run: |
npm ci --ignore-scripts
@ -63,10 +63,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Bootstrap project
run: |
npm ci --ignore-scripts

4
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "strong-error-handler",
"version": "4.0.7",
"version": "4.0.8",
"license": "MIT",
"dependencies": {
"accepts": "^1.3.8",
@ -28,7 +28,7 @@
"supertest": "^6.3.3"
},
"engines": {
"node": ">=10"
"node": ">=16"
}
},
"node_modules/@aashutoshrathi/word-wrap": {

View File

@ -4,7 +4,7 @@
"license": "MIT",
"version": "4.0.8",
"engines": {
"node": ">=10"
"node": ">=16"
},
"repository": {
"type": "git",