Skip to content

Commit 2b63194

Browse files
committed
use yarn
1 parent d84693f commit 2b63194

File tree

4 files changed

+1384
-20260
lines changed

4 files changed

+1384
-20260
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 18
21-
cache: npm
21+
cache: yarn
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: yarn install --frozen-lockfile
2525
- name: Build website
26-
run: npm build
26+
run: yarn build
2727

2828
- name: Upload Build Artifact
2929
uses: actions/upload-pages-artifact@v3

.github/workflows/test-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 18
21-
cache: npm
21+
cache: yarn
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: yarn install --frozen-lockfile
2525
- name: Test build website
26-
run: npm build
26+
run: yarn build

0 commit comments

Comments
 (0)