Skip to content

Commit 5519798

Browse files
authored
Change yarn command to use yarnpkg for Vite installation
1 parent 20d8fbe commit 5519798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frontend-asset-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.
1414
node-version: '>=20'
1515
- name: Install Vite
16-
run: yarn add vite
16+
run: yarnpkg vite
1717

1818
- run: yarn action-build
1919
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)