Skip to content

Commit

Permalink
maybe enable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed May 10, 2024
1 parent f3ace3f commit 7c638c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collect-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
update-code-coverage-badge:
runs-on: ubuntu-latest
steps:
- name: Enable corepack
run: corepack enable
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down
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:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Enable corepack
run: corepack enable
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- name: Enable corepack
run: corepack enable
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 7c638c7

Please sign in to comment.