Skip to content

Commit

Permalink
ci: explicitly enable corepack in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Apr 21, 2024
1 parent 0f978d9 commit 025f892
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 025f892

Please sign in to comment.