Skip to content

Commit

Permalink
chore: use pnpmm action instead of global install
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari committed Jan 28, 2025
1 parent 7769225 commit 2f4ddfc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g pnpm@9
- run: pnpm install
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
node-version: 20
- run: pnpm i --frozen-lockfile
- run: npx lint-to-the-future output -o lttfOutput --rootUrl ember-api-docs --previous-results https://ember-learn.github.io/ember-api-docs/data.json
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 2f4ddfc

Please sign in to comment.