Skip to content

Commit

Permalink
Merge pull request #331 from alleyinteractive/feature/issue-281/upgra…
Browse files Browse the repository at this point in the history
…de-npm-node-for-wp-6-4

Issue-281: [Node 18] Upgrade npm/node to match WP 6.4
  • Loading branch information
stevenslack authored Mar 8, 2024
2 parents f98a5ae + 2fb3b18 commit f8a836e
Show file tree
Hide file tree
Showing 6 changed files with 4,255 additions and 1,909 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
built-release:
uses: alleyinteractive/.github/.github/workflows/built-release.yml@main
with:
node: 16
node: 20
1 change: 1 addition & 0 deletions .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
node-tests:
uses: alleyinteractive/.github/.github/workflows/node-tests.yml@main
with:
node: 20
run-audit: true
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20
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
Loading

0 comments on commit f8a836e

Please sign in to comment.