Skip to content

Commit

Permalink
add setup-pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodantas committed Mar 28, 2024
1 parent e9b4b7e commit 7b788f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/post-tweet-to-mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8

- name: Download cached posted tweet
id: download-artifact
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit 7b788f3

Please sign in to comment.