replace shelljs to execa

This commit is contained in:
Tw93
2025-01-23 14:14:22 +08:00
parent 3e46e635d0
commit 8fc6ca8cbd
3 changed files with 18 additions and 13 deletions

View File

@@ -117,7 +117,7 @@ jobs:
- name: Install dependencies
run: |
npm install shelljs
npm install execa
npm install axios
- name: Build with pake-cli