Skip to content

Commit 4b4f3b8

Browse files
committed
update
1 parent f31149b commit 4b4f3b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
uses: actions/[email protected]
99
- name: Install Nodejs
1010
uses: actions/[email protected]
11-
- name: Install dependencies
12-
run: npm ci
11+
- name: Install yarn
12+
run: npm install -g yarn
1313
- name: Build
14-
run: npm -v && npm run build
14+
run: yarn --version && yarn build
1515
- name: Echo
1616
run: echo "Build completed.."

0 commit comments

Comments
 (0)