diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d5adedd..ffbd314 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 @@ -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 @@ -63,4 +59,4 @@ jobs: github_token: ${{ secrets.GH_TOKEN }} publish_dir: website/similar-react-native-libraries/build user_name: mrpmohiburrahman - user_email: 35300157+mrpmohiburrahman@users.noreply.github.com \ No newline at end of file + user_email: 35300157+mrpmohiburrahman@users.noreply.github.com