Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Jan 21, 2025
1 parent f51b353 commit 7bba7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '20' # Specify the Node.js version you want to use

- name: Install Dependencies
run: npm ci
run: yarn install

- name: Build
run: yarn build
Expand Down

0 comments on commit 7bba7e7

Please sign in to comment.