Skip to content

Commit

Permalink
🔧 install pnpm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Jul 8, 2024
1 parent 74840c7 commit 3920f95
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
node-version: '16'
cache: 'pnpm'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install pnpm
run: npm install -g pnpm@8

- name: Install dependencies
run: pnpm install --recursive --frozen-lockfile --strict-peer-dependencies
Expand All @@ -46,10 +44,8 @@ jobs:
node-version: '16'
cache: 'pnpm'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install pnpm
run: npm install -g pnpm@8

- name: Install dependencies
run: pnpm install --recursive --strict-peer-dependencies
Expand All @@ -63,4 +59,4 @@ jobs:
github_token: ${{ secrets.GH_TOKEN }}
publish_dir: website/similar-react-native-libraries/build
user_name: mrpmohiburrahman
user_email: [email protected]
user_email: [email protected]

0 comments on commit 3920f95

Please sign in to comment.