Skip to content

Commit

Permalink
Merge pull request #7 from fyrejet/nextminor
Browse files Browse the repository at this point in the history
v 2.2.1
  • Loading branch information
schamberg97 committed Oct 20, 2020
2 parents fcc5a62 + 36cb653 commit cb92dcd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Finally, Fyrejet is flexible enough to offer you additional abilities to increas



Starting with Fyrejet 2.2.x, Fyrejet is only compatible with Node.js 12 and higher.



<a name="footnote1">[1]</a>:

* `50` tests removed, because they are arguably irrelevant (`test/Route.js` and `test/Router.js`)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fyrejet",
"version": "2.2.0",
"version": "2.2.1",
"description": "Web Framework for node.js that strives to provide (almost) perfect compatibility with Express, while providing better performance, where you need it.",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"framework"
],
"engines": {
"node": ">=10.x"
"node": ">=12.x"
},
"author": "Nicholas Schamberg <schamberg.nicholas@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit cb92dcd

Please sign in to comment.