Skip to content

Commit

Permalink
ci: Install yarn manually
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert committed Dec 10, 2024
1 parent 9f28c51 commit 5191581
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
fetch-depth: 0
token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }}

- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0

- name: Set up Node 18
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org

- name: Install yarn
run: npm install -g yarn

- name: Install package.json dependencies with yarn
run: yarn install

Expand Down

0 comments on commit 5191581

Please sign in to comment.