Skip to content

Commit

Permalink
enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
dale-french committed Feb 28, 2024
1 parent 51b1772 commit d06c465
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Enable Corepack before setting up Node
run: corepack enable

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16.13.1'
cache: 'yarn'
Expand Down

0 comments on commit d06c465

Please sign in to comment.