Skip to content

Commit

Permalink
test: enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Nov 3, 2024
1 parent ff5dce0 commit b501df7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
with:
fetch-depth: 0

- run: corepack enable

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit b501df7

Please sign in to comment.