Skip to content

Commit

Permalink
Update for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Jan 24, 2024
1 parent bdb803c commit fc009dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/disabled-workflows/build-napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# path: ${{ github.workspace }}/languages/node/src/infisical_client/

- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile

- name: Build
run: ${{ matrix.settings.build }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: "16"

- name: NPM Setup
run: npm ci
run: yarn install --frozen-lockfile

- name: Cache cargo registry
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: npm run copy:artifacts

- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile

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

0 comments on commit fc009dc

Please sign in to comment.