Skip to content

Commit 9b31dc1

Browse files
committed
👷 ci: Set pnpm version
1 parent 0cf44c1 commit 9b31dc1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: pnpm/action-setup@v2
16+
with:
17+
version: 9.0.4
1618
- uses: actions/setup-node@v3
1719
with:
18-
node-version: 18.x
20+
node-version: 18.12.0
1921
cache: pnpm
2022
- name: Get pnpm store directory
2123
run: |

0 commit comments

Comments
 (0)