Skip to content

Commit

Permalink
fix!: drop support to node 12 (#520)
Browse files Browse the repository at this point in the history
* fix: remove node 12 from engines

* ci: remove node 12 from actions
  • Loading branch information
christian-hawk authored Dec 30, 2022
1 parent 7625be6 commit 99dbb66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
]
},
"engines": {
"node": ">=12.19.0 <=16"
"node": ">=14 <=16"
},
"scripts": {
"start": "NODE_ENV=production node server/app.js",
Expand Down Expand Up @@ -101,7 +101,7 @@
"type": "git",
"url": "git+https://github.com/GluuFederation/gluu-passport.git"
},
"author": "",
"author": "Christian Eland",
"license": "Apache2",
"bugs": {
"url": "https://github.com/GluuFederation/gluu-passport/issues"
Expand Down

0 comments on commit 99dbb66

Please sign in to comment.