Skip to content

Commit ab37ac8

Browse files
committed
removed action versions
1 parent 9847008 commit ab37ac8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Install, build, and upload your site
2626
uses: withastro/action@v2
2727
with:
28-
node-version: 22.15.0 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
29-
package-manager: pnpm@10.11.0 # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
28+
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
3029
# path: . # The root location of your Astro project inside the repository. (optional)
30+
# node-version: 22.15.0 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
3131

3232
deploy:
3333
needs: build

0 commit comments

Comments
 (0)