Add bun as a package manager option in action.yml

This commit is contained in:
Jacob Andersen 2023-10-10 13:17:05 -07:00
parent 231d787db1
commit 080373bdb6
No known key found for this signature in database
GPG key ID: D5677A2921F8E4BA

View file

@ -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