Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7101d9c

Browse files
committed
Use Node 20 build img
1 parent 134afc4 commit 7101d9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎buildspec.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
TF_VAR_kms_key_arns: '["arn:aws:kms:ap-southeast-2:982898479788:key/0ec9686b-13a1-40fc-8256-86e8d3503e9c"]'
99
TF_VAR_ssm_parameter_arns: '["arn:aws:ssm:ap-southeast-2:982898479788:parameter/shared/*","arn:aws:ssm:ap-southeast-2:982898479788:parameter/serverless-node-dynamodb-api/*"]'
1010
TF_VAR_build_docker_image: "jch254/docker-node-terraform-aws"
11-
TF_VAR_build_docker_tag: "12.x"
11+
TF_VAR_build_docker_tag: "20.x"
1212
TF_VAR_buildspec: "buildspec.yml"
1313
TF_VAR_source_location: "https://github.com/jch254/serverless-node-dynamodb-api.git"
1414
TF_VAR_cache_bucket: "603-codebuild-cache/serverless-node-dynamodb-api"
@@ -33,7 +33,7 @@ phases:
3333
- ./infrastructure/deploy-serverless.bash
3434

3535
cache:
36-
paths:
37-
- 'infrastructure/.terraform/modules/**/*'
38-
- 'infrastructure/.terraform/plugins/**/*'
39-
- '/usr/local/share/.cache/yarn/v1/**/*'
36+
paths:
37+
- "infrastructure/.terraform/modules/**/*"
38+
- "infrastructure/.terraform/plugins/**/*"
39+
- "/usr/local/share/.cache/yarn/v1/**/*"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /