Skip to content

Commit

Permalink
change for enabling corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
MunishSharmaHMCTS committed Nov 6, 2024
1 parent 73fa8df commit 70a661d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Enable corepack
run: |
corepack enable
corepack prepare [email protected] --activate
yarn set version 4.5.1
- run: yarn install
- run: yarn ci
- run: yarn publish
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/prbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
- name: Enable corepack
run: |
corepack enable
corepack prepare [email protected] --activate
yarn set version 4.5.1
- run: yarn install
- run: yarn ci
- run: yarn test
Expand Down

0 comments on commit 70a661d

Please sign in to comment.