Skip to content

Commit

Permalink
Force corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaka1 committed May 1, 2024
1 parent ad1aaf5 commit b8bbb5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ jobs:
node-version: 20.x
cache: 'pnpm'

- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run lint && pnpm run build
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
node-version: 20.x
cache: 'pnpm'

- run: corepack enable
- run: pnpm install --frozen-lockfile
- name: Create Release Pull Request or Publish
id: changesets
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'pnpm'

- run: corepack enable
- name: Install pnpm dependencies
run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit b8bbb5b

Please sign in to comment.