Skip to content

Commit

Permalink
Enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader committed Jan 27, 2024
1 parent 2990b9b commit bce753e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Enable Corepack
run: corepack enable

- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Enable Corepack
run: corepack enable

- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit bce753e

Please sign in to comment.