-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: require at least Node.js version v20 and pnpm v9.
The project is set up to target Node v20, as indicated by the Node types we use. Thus, this commit: - Sets the minimum Node.js version to v20. - Sets the minimum pnpm version to v9. - Requires Node v20 instead of v22 in the CI. Change-Id: Icf9cb245fc4632baff8a2db9f2e85049cb4af010
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
- role: ensure-genmanifest | ||
- role: ensure-nodejs-fork | ||
vars: | ||
node_version: 22 | ||
node_version: 20 |
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