Skip to content

Commit

Permalink
fix: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
briancaffey committed Dec 4, 2021
1 parent 8d87dfb commit 4eb1035
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dependencies.yml

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

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const project = new AwsCdkConstructLibrary({
// releaseWorkflowSetupSteps: undefined, /* A set of workflow steps to execute in order to setup the workflow container. */
// workflowBootstrapSteps: 'yarn install --frozen-lockfile && yarn projen', /* Workflow steps to use in order to bootstrap this repo. */
// workflowContainerImage: undefined, /* Container image to use for GitHub workflows. */
workflowNodeVersion: '12.7.0', /* The node version to use in GitHub workflows. */
workflowNodeVersion: '12.13.0', /* The node version to use in GitHub workflows. */

/* ProjectOptions */
// clobber: true, /* Add a `clobber` task which resets the repo to origin. */
Expand Down

0 comments on commit 4eb1035

Please sign in to comment.