fix(ci): use pnpm instead of yarn for revolt.js

This commit is contained in:
Paul Makles
2023-04-21 17:41:33 +01:00
committed by GitHub
parent e9293ff263
commit 6ff6c594b3
+1 -1
View File
@@ -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