Skip to content

Commit

Permalink
Install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangelmorenochacon committed Jul 1, 2024
1 parent e56e205 commit 15ef2fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI

env:
YARN_VERSION: v4.3.1

on:
push:
# FIXME:
Expand Down Expand Up @@ -44,8 +41,10 @@ jobs:
- name: Enable Corepack
run: corepack enable

- name: Install yarn
run: npm install -g yarn@${YARN_VERSION}
# - name: Install yarn
# run: |
# npm install -g yarn
# yarn --version

- name: Install
run: yarn install
Expand Down Expand Up @@ -99,6 +98,7 @@ jobs:
env:
RELEASE_TAG: ${{ steps.check-tag-format.outputs.full_without_prefix }}
run: |
yarn --version
yarn version --no-git-tag-version --new-version "${RELEASE_TAG}"
- name: Configure yarn to publish packages
Expand Down

0 comments on commit 15ef2fd

Please sign in to comment.