Skip to content

Commit de1a302

Browse files
committed
deploy fix
1 parent 9ed8409 commit de1a302

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ jobs:
1717
- name: Checkout your repository using git
1818
uses: actions/checkout@v4
1919

20+
- name: Install pnpm
21+
uses: pnpm/action-setup@v2
22+
with:
23+
version: 8
24+
2025
- name: Set up Node.js
2126
uses: actions/setup-node@v3
2227
with:
23-
node-version: '16' # Specify the Node.js version you are using
28+
node-version: '20'
2429

2530
- name: Install dependencies
2631
run: pnpm install

0 commit comments

Comments
 (0)