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

@@ -27,7 +27,7 @@ jobs:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile
run: yarn install --immutable
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
timeout-minutes: 60
with: