-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support node 18 [HEAD-497] (#4911)
* feat: use Node 18 * chore(ci): add logs when installing Node * chore: update Docker CLI image version * chore: update tap to 18.5.0 and fix related files * fix: replace deprecated Tap APIs * fix: use notOk instead of .equal with * chore: remove parallel execution of tap tests * fix: replace deprecated TAP APIs and remove coverage * fix: request tests * fix: replace t.false with t.notOk * chore: disable TAP proxy.test * chore: remove unused variable * fix: replace t.contains with t.match * fix: proxy test * chore: increase timeout to reduce flakiness * chore: upgrade nock * fix: linter warnings * chore: tap allow incomplete coverage * chore: remove unused command * fix: allow any version compatible with node 18 * chore: improve e2e tests * fix: e2e test * fix: remove -d in e2e tests --------- Co-authored-by: Catalina Oyaneder <cat2608@gmail.com>
- Loading branch information
1 parent
8de2e84
commit ec10ecb
Showing
27 changed files
with
8,421 additions
and
3,127 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
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 |
---|---|---|
|
@@ -43,6 +43,6 @@ test/**/.gradle | |
test-output | ||
test-results | ||
tap-output | ||
|
||
.tap | ||
# Jest | ||
coverage |
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 |
---|---|---|
@@ -1 +1 @@ | ||
16.16.0 | ||
18.18.1 |
Oops, something went wrong.