-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test: support Node.js 20 JSON errors Signed-off-by: Wouter Termont <[email protected]> * build: bump node versions in manifest and ci workflow Signed-off-by: Wouter Termont <[email protected]> --------- Signed-off-by: Wouter Termont <[email protected]> Signed-off-by: Wouter Termont <[email protected]> Co-authored-by: Wouter Termont <[email protected]>
- Loading branch information
1 parent
b15d640
commit 339930d
Showing
3 changed files
with
8 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"author": "Ruben Taelman <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=8.0" | ||
"node": ">=14" | ||
}, | ||
"scripts": { | ||
"test": "npm run test:jest && npm run test:webpack", | ||
|
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