Remove node 12, add node 18. Bump minimum node version 14 (#4552)
* Remove node 12, add node 18 * Bump minimum node version
This commit is contained in:
parent
791205d4f0
commit
9dbb6e5e19
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -9,10 +9,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# EOL: April 2022
|
|
||||||
- os: ubuntu-latest
|
|
||||||
node_version: 12.x
|
|
||||||
|
|
||||||
# EOL: April 2023
|
# EOL: April 2023
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
node_version: 14.x
|
node_version: 14.x
|
||||||
@ -25,6 +21,10 @@ jobs:
|
|||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
node_version: 16.x
|
node_version: 16.x
|
||||||
|
|
||||||
|
# EOL: April 2025
|
||||||
|
- os: ubuntu-latest
|
||||||
|
node_version: 18.x
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0"
|
"node": ">=14.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fastify/busboy": "1.0.0",
|
"@fastify/busboy": "1.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user