Skip to content

Commit

Permalink
ci: fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Feb 12, 2025
1 parent a2df13a commit 81b09ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: npm install --global corepack@latest
- run: corepack enable
- uses: actions/checkout@v4
- name: Setup Node.js
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pkg-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
pr-package:
runs-on: ubuntu-latest
steps:
- run: npm install --global corepack@latest
- run: corepack enable
- uses: actions/checkout@v4
- name: Setup Node.js
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- run: npm install --global corepack@latest
- run: corepack enable
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 81b09ba

Please sign in to comment.