Skip to content

Commit

Permalink
ci: use volta instead of setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jul 23, 2024
1 parent 2d0a615 commit 8d18d67
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ description: Checkout repository & install dependencies
runs:
using: composite
steps:
# https://github.com/actions/setup-node/issues/899
- run: corepack enable
shell: bash

- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn

- uses: volta-cli/action@v4
- run: yarn install --immutable
shell: bash

0 comments on commit 8d18d67

Please sign in to comment.