Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
chore(package): fix nodejs corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 8, 2023
1 parent dbd7347 commit 18a5085
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
# cache: yarn

- name: 🏗 Setup nodejs corepack
run: corepack enable
# corepack prepare yarn@stable --activate

- name: 🏗 Install dependencies
run: yarn --version && yarn install --immutable
run: yarn install --immutable

- name: 🚀 Build Typescript
run: yarn build
Expand Down

0 comments on commit 18a5085

Please sign in to comment.