This commit is contained in:
parent
421e54efd9
commit
e7da3a758f
@ -24,7 +24,11 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8 # You can change to your preferred pnpm version
|
||||
version: 10
|
||||
|
||||
- name: Install rsync
|
||||
run: sudo apt-get update && sudo apt-get install -y rsync
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user