Skip to content

Commit

Permalink
Installs corepack before enabling in native tests (#4275)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis authored Nov 14, 2024
1 parent dd5a24a commit 57448c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/native-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 24,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: corepack enable
- name: Enable Corepack
run: |
npm install -g [email protected]
corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 57448c5

Please sign in to comment.