Skip to content

Commit

Permalink
chore(workflow): update node version and git identity
Browse files Browse the repository at this point in the history
  • Loading branch information
riywo committed Nov 30, 2022
1 parent b75e14f commit 6a72e6b
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 24 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions .github/workflows/upgrade-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ const project = new awscdk.AwsCdkConstructLibrary({
scripts: {
integ: 'npx cdk deploy --app ./lib/integ.default.js',
},
minNodeVersion: '18.12.1',
packageManager: 'yarn',
npmAccess: NpmAccess.PUBLIC,
githubOptions: {
projenCredentials: GithubCredentials.fromApp(),
},
workflowGitIdentity: {
name: 'opsbr-bot',
email: 'opsbr-bot@users.noreply.github.com',
},
});
project.addGitIgnore('/cdk.out/');
project.synth();
5 changes: 4 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a72e6b

Please sign in to comment.