Skip to content

Commit

Permalink
fix: fix setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed Nov 21, 2023
1 parent 4a7bc77 commit d2f41ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ runs:
with:
node-version: ${{ inputs.node-version }}
cache: yarn
env:
SKIP_YARN_COREPACK_CHECK: "true" # TODO: delete this when https://github.com/actions/setup-node/issues/899 is resolved

- run: corepack enable
shell: bash
Expand Down

0 comments on commit d2f41ec

Please sign in to comment.