Skip to content

Commit

Permalink
dependencies: only tested on NodeJs > 12
Browse files Browse the repository at this point in the history
cas-server-mock won't be tested on NodeJs < 12
anymore.
  • Loading branch information
maxime-beguin committed Mar 31, 2020
1 parent 8430219 commit 613c99f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 2.0.2 / YYYY-MM-DD
# 3.0.0 / YYYY-MM-DD

## BREAKING CHANGES

- No longer tested on NodeJS &lt; 12.4.0 and NPM &lt; 6.9.0

## DEPENDENCIES

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint"
],
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
"node": ">=12.4.0",
"npm": ">=6.9.0"
}
}

0 comments on commit 613c99f

Please sign in to comment.