-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Specify the tests on the command line (Node 22 needs this) - Test Node 22 in GitHub actions build matrix - Remove option `--experimental-json-modules` I don't think we are importing json files anywhere anymore? And I think it's been unflagged since Node 16 - Add option `--no-experimental-global-navigator` Our tests mock `Navigator`, and this will be an issue eventually Node 22 introduces it as an experimental global - let's not deal with it now
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
@@ -1 +1 @@ | ||
node-options="--no-warnings --experimental-json-modules" | ||
node-options="--no-warnings --no-experimental-global-navigator" |
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