chore(actions/docs): give up on pnpm

This commit is contained in:
Erica Marigold 2024-04-26 12:11:17 +05:30 committed by GitHub
parent abf05fa7d3
commit 44f79b9cf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ permissions:
defaults:
run:
shell: bash -leo pipefail {0}
shell: bash
jobs:
deploy:
@ -23,20 +23,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install PNPM
uses: pnpm/action-setup@v3
with:
version: ^9.0.5
- name: Install Node
uses: actions/setup-node@v4.0.2
- name: Register aliases for NPM command
run: |
rc=$HOME/.bashrc
echo 'shopt -s expand_aliases' > $rc
echo 'alias npm="pnpm" ' >> $rc
- name: Install Moonwave CLI
run: npm i -g moonwave