Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 authored Mar 15, 2024
1 parent 1b8c189 commit c291110
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ jobs:
with:
node-version: '20'

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

- name: Get yarn v4
run: yarn set version latest

- name: Install dependencies
run: yarn install --immutable --immutable-cache
uses: borales/actions-yarn@v4
with:
cmd: yarn install --immutable --immutable-cache

- name: Build @questdb/react-components
run: yarn workspace @questdb/react-components run build
Expand Down

0 comments on commit c291110

Please sign in to comment.