Skip to content

Commit 3457608

Browse files
authored
Bring README.md up to date (#86)
1 parent 2226b56 commit 3457608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more information, please see our complete deployment guide—[Deploy your As
1212

1313
- `path` - Optional: the root location of your Astro project inside the repository.
1414
- `node-version` - Optional: the specific version of Node that should be used to build your site. Defaults to `22`.
15-
- `package-manager` - Optional: the Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. Accepted values: `npm`, `yarn`, `pnpm`, `bun`, and `deno`. A version tag is also accepted, for example `npm@18.14.1`, `pnpm@8`, `bun@latest`, or `[email protected]`. If not provided, version will default to `latest`.
15+
- `package-manager` - Optional: the Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. Accepted values: `npm`, `yarn`, `pnpm`, `bun`, and `deno`. A version tag is also accepted, for example `npm@11.6.2`, `pnpm@10`, `bun@latest`, or `[email protected]`. If not provided, version will default to `latest`.
1616
- `build-cmd` - Optional: the command to run to build your site. Defaults to `deno task build` for sites using Deno and to `<package-manager> run build` for all other package managers.
1717

1818
### Example workflow:
@@ -43,9 +43,9 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout your repository using git
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
- name: Install, build, and upload your site output
48-
uses: withastro/action@v4
48+
uses: withastro/action@v5
4949
# with:
5050
# path: . # The root location of your Astro project inside the repository. (optional)
5151
# node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 22. (optional)

0 commit comments

Comments
 (0)