-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: STRF-12444 Suport Node 20, drop node 14, 16
- Loading branch information
Showing
6 changed files
with
75 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Jira: [JIRA_TOKEN](https://bigcommercecloud.atlassian.net/browse/JIRA_TOKEN) | ||
|
||
## What/Why? | ||
<!--- | ||
A description about what this pull request implements and its purpose. | ||
Try to be detailed and describe any technical details to simplify the job | ||
of the reviewer and the individual on production support. | ||
---> | ||
|
||
## Rollout/Rollback | ||
<!-- | ||
Detail how this change will be rolled out. Include reference to any | ||
experiments and how the success will be measured as the experiment is | ||
ramped. | ||
Document rollback procedures. Is rolling back the change as simple as | ||
rolling back an experiment or does it require reverting code? Are there | ||
database migrations that may change our decision to roll forward instead of | ||
back? | ||
--> | ||
|
||
## Testing | ||
<!--- | ||
Provide as much information as you can about how you tested and how another | ||
Engineer can test your change. Include screenshots, or test run output | ||
where appropriate. | ||
---> | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
14.20 | ||
20.16 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 @@ | |
"webpack-cli": "^5.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=14.0.0 <19.0.0" | ||
"node": ">=18" | ||
} | ||
} |