Skip to content

Commit

Permalink
add corepack command to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Uber committed Feb 15, 2024
1 parent 18cceda commit ae705ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '18'
- run: corepack enable pnpm
- run: pnpm i --frozen-lockfile
#- run: npm run lint:check
#- run: npm run test:unit
Expand Down

0 comments on commit ae705ff

Please sign in to comment.