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:
|
||||
matrix:
|
||||
include:
|
||||
# EOL: April 2022
|
||||
- os: ubuntu-latest
|
||||
node_version: 12.x
|
||||
|
||||
# EOL: April 2023
|
||||
- os: ubuntu-latest
|
||||
node_version: 14.x
|
||||
@ -25,6 +21,10 @@ jobs:
|
||||
- os: windows-latest
|
||||
node_version: 16.x
|
||||
|
||||
# EOL: April 2025
|
||||
- os: ubuntu-latest
|
||||
node_version: 18.x
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
@ -37,7 +37,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fastify/busboy": "1.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user