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

@@ -19,7 +19,7 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: yarn --frozen-lockfile
run: yarn --immutable
- name: Build API documentation
run: yarn build:docs
- name: Azure login

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:

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