Merge pull request #292 from trheyi/main

[change] release workflow
This commit is contained in:
Max 2022-12-16 11:10:42 +08:00 committed by GitHub
commit a6f81b7a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -28,6 +28,11 @@ jobs:
- name: Install coscmd
run: sudo pip3 install coscmd
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm
run: npm install -g pnpm

View file

@ -23,6 +23,11 @@ jobs:
sudo pip3 install coscmd
echo "/Library/Frameworks/Python.framework/Versions/3.11/bin" >> $GITHUB_PATH
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm
run: npm install -g pnpm