Skip to content

Commit a2afd49

Browse files
authored
Update deploy.yml
1 parent ecbf5fd commit a2afd49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: pnpm/action-setup@v2
22+
- uses: pnpm/action-setup@v4.1.0
2323
with:
24-
version: 6.32.9
24+
version: 10.1.0
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '14'
27+
node-version: '20.15.0'
2828
cache: 'pnpm'
2929

3030
- name: install

0 commit comments

Comments
 (0)