-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci-visibility] Use system's node instead of the bundled one in cypre…
…ss tests (#4011)
- Loading branch information
1 parent
32ea712
commit d904510
Showing
3 changed files
with
9 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,9 @@ jobs: | |
integration-cypress: | ||
strategy: | ||
matrix: | ||
# Important: This is outside the minimum supported version of dd-trace-js | ||
# Node > 16 does not work with [email protected] (not even without our plugin) | ||
# TODO: figure out what to do with this: we might have to deprecate support for [email protected] | ||
version: [16, latest] | ||
# 6.7.0 is the minimum version we support | ||
cypress-version: [6.7.0, latest] | ||
|
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