mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
fix(ci): use pnpm instead of yarn for revolt.js
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
||||
token: ${{ secrets.PAT }}
|
||||
- name: Update revolt-api dependency
|
||||
if: ${{ steps.checkTag.outputs.exists }} != true
|
||||
run: cd revolt.js && yarn add revolt-api@${{ env.api_version }}
|
||||
run: cd revolt.js && pnpm add revolt-api@${{ env.api_version }}
|
||||
- name: Commit changes
|
||||
if: ${{ steps.checkTag.outputs.exists }} != true
|
||||
uses: EndBug/add-and-commit@v4
|
||||
|
||||
Reference in New Issue
Block a user