Skip to content

Commit

Permalink
ci: add node and pnpm step to comressed size action
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Apr 7, 2023
1 parent 9707881 commit 59f743d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 1

- uses: pnpm/action-setup@v2

- name: ⚒️ Use Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'

- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit 59f743d

Please sign in to comment.