Skip to content

Commit

Permalink
Remove node 12, add node 18. Bump minimum node version 14 (#4552)
Browse files Browse the repository at this point in the history
* Remove node 12, add node 18
* Bump minimum node version
  • Loading branch information
xPaw committed Apr 30, 2022
1 parent 791205d commit 9dbb6e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
],
"license": "MIT",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"dependencies": {
"@fastify/busboy": "1.0.0",
Expand Down

0 comments on commit 9dbb6e5

Please sign in to comment.