Skip to content

Commit

Permalink
GHA: Enforce volta usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jun 4, 2024
1 parent 69f1d52 commit 0d38588
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Volta
uses: volta-cli/action@v4
- name: Use pnpm
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 0d38588

Please sign in to comment.