Skip to content

Commit fc009dc

Browse files
Update for yarn
1 parent bdb803c commit fc009dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/disabled-workflows/build-napi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# path: ${{ github.workspace }}/languages/node/src/infisical_client/
100100

101101
- name: Install dependencies
102-
run: npm ci
102+
run: yarn install --frozen-lockfile
103103

104104
- name: Build
105105
run: ${{ matrix.settings.build }}

.github/workflows/generate-schemas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version: "16"
3030

3131
- name: NPM Setup
32-
run: npm ci
32+
run: yarn install --frozen-lockfile
3333

3434
- name: Cache cargo registry
3535
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1

.github/workflows/release-node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run copy:artifacts
5454

5555
- name: Install dependencies
56-
run: npm ci
56+
run: yarn install --frozen-lockfile
5757

5858
- name: Set NPM version #get the version from the tag
5959
run: npm version ${{ github.ref_name }} --allow-same-version --no-git-tag-version

0 commit comments

Comments
 (0)