Skip to content

Commit

Permalink
Merge pull request #16 from impredmet/master
Browse files Browse the repository at this point in the history
Update setup action.yaml
  • Loading branch information
BlobMaster41 authored Oct 2, 2024
2 parents bfa12d5 + 97ea7d6 commit 112b35f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ runs:
registry-url: https://registry.npmjs.org
cache: yarn

- run: corepack enable
shell: bash

- run: yarn set version stable
shell: bash

- uses: actions/cache@v3
id: install-cache
with:
Expand Down

0 comments on commit 112b35f

Please sign in to comment.