Skip to content

Commit

Permalink
Apply corepack later
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto committed Jul 19, 2024
1 parent 56f8893 commit 7e5e6c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Enable Corepack
run: corepack enable

- name: Use node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
cache: npm
cache: yarn
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org

- name: Enable Corepack
run: corepack enable

- run: tree . -L 2 -a

- name: Install dependencies
Expand Down

0 comments on commit 7e5e6c7

Please sign in to comment.