Skip to content

Commit 6a72e6b

Browse files
committed
chore(workflow): update node version and git identity
1 parent b75e14f commit 6a72e6b

File tree

8 files changed

+34
-24
lines changed

8 files changed

+34
-24
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/upgrade-main.yml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@ const project = new awscdk.AwsCdkConstructLibrary({
1515
scripts: {
1616
integ: 'npx cdk deploy --app ./lib/integ.default.js',
1717
},
18+
minNodeVersion: '18.12.1',
19+
packageManager: 'yarn',
1820
npmAccess: NpmAccess.PUBLIC,
1921
githubOptions: {
2022
projenCredentials: GithubCredentials.fromApp(),
2123
},
24+
workflowGitIdentity: {
25+
name: 'opsbr-bot',
26+
email: 'opsbr-bot@users.noreply.github.com',
27+
},
2228
});
2329
project.addGitIgnore('/cdk.out/');
2430
project.synth();

package.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)