Skip to content

Commit

Permalink
Setup automation for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Jul 2, 2024
1 parent 1c969c5 commit bd1692e
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ on:
jobs:
release:
name: Release
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@latest
uses: heroku/languages-github-actions/.github/workflows/_buildpacks-release.yml@specify-package-target
with:
app_id: ${{ vars.LINGUIST_GH_APP_ID }}
dry_run: ${{ inputs.dry_run }}
languages_cli_branch: specify-package-target
secrets:
app_private_key: ${{ secrets.LINGUIST_GH_PRIVATE_KEY }}
cnb_registry_token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-corepack/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-corepack"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js Corepack"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js Corepack buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-engine"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js engine buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-function-invoker/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-function-invoker"
version = "3.2.5"
version = "0.0.9999"
name = "Salesforce Node.js Function Invoker"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Salesforce's Node.js function invoker buildpack. A component of the 'heroku/nodejs-function' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-npm-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-npm-engine"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js npm Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js npm engine buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-npm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-npm-install"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js npm Install"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js npm install buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-pnpm-engine/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-pnpm-engine"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js pnpm Engine"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js pnpm Engine buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-pnpm-install/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-pnpm-install"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js pnpm install"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js pnpm install buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/nodejs-yarn/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-yarn"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js Yarn"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's Node.js Yarn buildpack. A component of the 'heroku/nodejs' buildpack."
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/npm/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.7"

[buildpack]
id = "heroku/nodejs-npm"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js npm (DEPRECATED)"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "[DEPRECATED] Heroku's Node.js npm buildpack. Replaced by the 'heroku/nodejs-npm-engine' and 'heroku/nodejs-npm-install' buildpacks."
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/nodejs-function/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs-function"
version = "3.2.5"
version = "0.0.9999"
name = "Salesforce Node.js Function"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Salesforce's buildpack for Node.js Functions."
Expand Down
2 changes: 1 addition & 1 deletion meta-buildpacks/nodejs/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.10"

[buildpack]
id = "heroku/nodejs"
version = "3.2.5"
version = "0.0.9999"
name = "Heroku Node.js"
homepage = "https://github.com/heroku/buildpacks-nodejs"
description = "Heroku's buildpack for Node.js applications."
Expand Down

0 comments on commit bd1692e

Please sign in to comment.