[change] release workflow
This commit is contained in:
parent
4211d347b2
commit
8dec84ac4e
2 changed files with 10 additions and 0 deletions
5
.github/workflows/release-linux.yml
vendored
5
.github/workflows/release-linux.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
5
.github/workflows/release-macos.yml
vendored
5
.github/workflows/release-macos.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue