mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-24 19:04:46 +01:00
Add bun as a package manager option in action.yml
This commit is contained in:
parent
231d787db1
commit
080373bdb6
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ inputs:
|
|||
description: "A string of environment variable names, separated by newlines. These will be bound to your Worker using the values of matching environment variables declared in `env` of this workflow."
|
||||
required: false
|
||||
packageManager:
|
||||
description: "The package manager you'd like to use to install and run wrangler. If not specified, a value will be inferred based on the presence of a lockfile. Valid values: [npm, pnpm, yarn]"
|
||||
description: "The package manager you'd like to use to install and run wrangler. If not specified, a value will be inferred based on the presence of a lockfile. Valid values: [npm, pnpm, yarn, bun]"
|
||||
required: false
|
||||
default: npm
|
||||
|
|
Loading…
Reference in a new issue