Skip to content

Commit

Permalink
chore(node): Deprecate old node versions
Browse files Browse the repository at this point in the history
see #292
  • Loading branch information
Retro64 committed Jul 24, 2023
1 parent 333f7db commit a85067f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [17.x, 16.x, 14.x, 12.x, "12.22.0"]
node-version: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authmosphere",
"version": "4.1.2",
"version": "5.0.0",
"description": "authmosphere is a library to support OAuth2 workflows in JavaScript projects.",
"main": "./lib/src/index.js",
"typings": "./lib/src/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"package.json"
],
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
"node": "^14.17.0 || >=16.0.0"
},
"dependencies": {
"@types/express": "4.17.17",
Expand Down Expand Up @@ -54,7 +54,7 @@
"mocha": "10.2.0",
"sinon": "15.2.0",
"sinon-chai": "3.7.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"scripts": {
"test": "npm run build && mocha lib/test lib/integration-test --recursive",
Expand Down

0 comments on commit a85067f

Please sign in to comment.