Skip to content

Commit

Permalink
chore: add pnpm to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Oct 7, 2024
1 parent 1a95a22 commit f31f8f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/pnpm-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ description: 'Run pnpm install with node_modules and cache enabled'
runs:
using: 'composite'
steps:
- name: Setup Node.js
- name: Set up pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
Expand Down

0 comments on commit f31f8f9

Please sign in to comment.