Skip to content

Commit

Permalink
update docker image in buddy yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenslack committed Mar 8, 2024
1 parent c885322 commit 2f3da26
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
type: "BUILD"
working_directory: "/buddy/create-wordpress-plugin"
docker_image_name: "library/node"
docker_image_tag: "16"
docker_image_tag: "20"
execute_commands:
- "npm audit --audit-level=high --production --cache /buddy/create-wordpress-plugin/.npm"
volume_mappings:
Expand All @@ -96,7 +96,7 @@
type: "BUILD"
working_directory: "/buddy/create-wordpress-plugin"
docker_image_name: "library/node"
docker_image_tag: "16"
docker_image_tag: "20"
execute_commands:
- "npm ci --cache /buddy/create-wordpress-plugin/.npm"
volume_mappings:
Expand All @@ -107,7 +107,7 @@
type: "BUILD"
working_directory: "/buddy/create-wordpress-plugin"
docker_image_name: "library/node"
docker_image_tag: "16"
docker_image_tag: "20"
execute_commands:
- "npm run lint"
volume_mappings:
Expand All @@ -119,7 +119,7 @@
type: "BUILD"
working_directory: "/buddy/create-wordpress-plugin"
docker_image_name: "library/node"
docker_image_tag: "16"
docker_image_tag: "20"
execute_commands:
- "npm run stylelint"
volume_mappings:
Expand All @@ -130,7 +130,7 @@
type: "BUILD"
working_directory: "/buddy/create-wordpress-plugin"
docker_image_name: "library/node"
docker_image_tag: "16"
docker_image_tag: "20"
execute_commands:
- "npm run test"
volume_mappings:
Expand All @@ -141,7 +141,7 @@
type: "BUILD"
working_directory: "/buddy/create-wordpress-plugin"
docker_image_name: "library/node"
docker_image_tag: "16"
docker_image_tag: "20"
execute_commands:
- "npm run build"
volume_mappings:
Expand Down

0 comments on commit 2f3da26

Please sign in to comment.