Skip to content

Commit c291110

Browse files
authored
trying
1 parent 1b8c189 commit c291110

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ jobs:
2121
with:
2222
node-version: '20'
2323

24-
- name: Install yarn
25-
run: npm install --global yarn
26-
27-
- name: Get yarn v4
28-
run: yarn set version latest
29-
3024
- name: Install dependencies
31-
run: yarn install --immutable --immutable-cache
25+
uses: borales/actions-yarn@v4
26+
with:
27+
cmd: yarn install --immutable --immutable-cache
3228

3329
- name: Build @questdb/react-components
3430
run: yarn workspace @questdb/react-components run build

0 commit comments

Comments
 (0)