Skip to content

Commit 62cdb86

Browse files
committed
Update deployment workflow to specify Node.js version and use pnpm as package manager
1 parent 6fed1d2 commit 62cdb86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
2424
uses: withastro/action@v3
25+
with:
26+
path: .
27+
node-version: 20
28+
package-manager: pnpm@latest
2529

2630
deploy:
2731
needs: build

0 commit comments

Comments
 (0)