Skip to content

Commit

Permalink
Add corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Apr 20, 2024
1 parent 46244a2 commit 72e54dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"bumpversion",
"cliui",
"codacy",
"corepack",
"giphy",
"jsdoc",
"lefkowitz",
Expand Down
4 changes: 3 additions & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ runs:

- name: Install node dependencies
shell: bash
run: yarn install --frozen-lockfile
run: |
corepack enable
yarn install --immutable

0 comments on commit 72e54dc

Please sign in to comment.