refactor(Cypress): Moved Cypress to the main folder of the project, as I don't need a sub project for now.

This commit is contained in:
2021-09-02 16:22:25 +02:00
parent d9226abf85
commit 89ec2d42ac
8402 changed files with 22 additions and 5 deletions

20
node_modules/is-ci/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,20 @@
# Changelog
## v3.0.0
Breaking changes:
- update to `ci-info` v3. This drops support for EOL node versions 6, 13
## v2.0.0
Breaking changes:
- Drop support for Node.js end-of-life versions: 0.10, 0.12, 4, 5, 7,
and 9
Other changes:
See [ci-info
changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md#v200)
for a list of newly supported CI servers.