build: upgrade to Yarn v4 (#149)

This commit is contained in:
Erick Zhao
2025-10-17 01:51:49 -07:00
committed by GitHub
parent 7a73b7793e
commit 355fd7c6e8
8 changed files with 3899 additions and 1664 deletions

View File

@@ -29,7 +29,7 @@ jobs:
node-version: "${{ matrix.node-version }}"
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
run: yarn install --immutable
- name: Build
run: yarn build
- name: Lint