-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): pin version of cssstyle to allow upgrade-main to succeed (#…
…469) Signed-off-by: team-tf-cdk <[email protected]> Co-authored-by: team-tf-cdk <[email protected]>
- Loading branch information
1 parent
02886a0
commit f0ce2e8
Showing
8 changed files
with
139 additions
and
90 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -103,6 +103,8 @@ project.addDevDeps( | |
"@typescript-eslint/eslint-plugin@^6", | ||
"@typescript-eslint/parser@^6" | ||
); | ||
// This is a temporary workaround to allow upgrade-main to succeed until we upgrade to Node 20 | ||
project.package.addPackageResolutions(`[email protected]`); | ||
|
||
project.addFields({ publishConfig: { access: "public" } }); | ||
|
||
|
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
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 |
---|---|---|
|
@@ -318,6 +318,8 @@ export class CdktfProviderProject extends cdk.JsiiProject { | |
"@action-validator/core", | ||
"@action-validator/cli" | ||
); | ||
// This is a temporary workaround to allow upgrade-main to succeed until we upgrade to Node 20 | ||
this.package.addPackageResolutions(`[email protected]`); | ||
|
||
// Default memory is 7GB: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources | ||
// Custom Runners we use have 32GB of memory | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.