-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking: Set Node-Version to >=v16.20 (#309)
* build(deps): set required version to node v16.20 and update (dev-)dependencies All dependencies have been updated except for "is-ip", because it would require ESM modules * build(deps): update mocha configuration to new version * test: fixing broken test (But I'm not sure, why this changed - is this an upstream change?) * ci: update node versions * ci: set node v18 for publish job * ci: add main branch for the release the last release failed because the main branch is not in the configuration (https://github.com/semantic-release/semantic-release/blob/01e85df88af418f4e504ca4bb45658118f391b61/docs/usage/configuration.md#branches) BREAKING CHANGE: This change drops support for Node.js versions less than v16.20
- Loading branch information
1 parent
d6f6060
commit 4cb31ee
Showing
7 changed files
with
7,583 additions
and
23,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
reporter: 'spec', | ||
require: './test/bootstrap', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.