Skip to content

Commit

Permalink
Fix pipeline to use Volta (#271)
Browse files Browse the repository at this point in the history
* Fix pipeline to use Volta

* Edit build.yml

* Edit build.yml

---------

Co-authored-by: Felix Beceic <[email protected]>
  • Loading branch information
fbeceic and Felix Beceic authored Jun 19, 2024
1 parent f203209 commit 3a2192d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node LTS
uses: actions/setup-node@v4
with:
node-version: 16.17.1
cache: 'yarn'
- name: Setup Volta
uses: volta-cli/action@v4

- name: Install dependencies
run: yarn install --immutable
Expand Down

0 comments on commit 3a2192d

Please sign in to comment.