Skip to content

Commit 26fa038

Browse files
committed
use yarn instead of npm
1 parent bf7b685 commit 26fa038

File tree

2 files changed

+1667
-2
lines changed

2 files changed

+1667
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- uses: actions/setup-node@v3
3030
with:
3131
node-version: 18
32-
- run: npm ci
33-
- run: npm run build
32+
- run: yarn --frozen-lockfile
33+
- run: yarn run build
3434
- name: Upload artifact
3535
uses: actions/upload-pages-artifact@v1
3636
with:

0 commit comments

Comments
 (0)