Commit fc009dc 1 parent bdb803c commit fc009dc Copy full SHA for fc009dc
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
# path: ${{ github.workspace }}/languages/node/src/infisical_client/
100
100
101
101
- name : Install dependencies
102
- run : npm ci
102
+ run : yarn install --frozen-lockfile
103
103
104
104
- name : Build
105
105
run : ${{ matrix.settings.build }}
Original file line number Diff line number Diff line change 29
29
node-version : " 16"
30
30
31
31
- name : NPM Setup
32
- run : npm ci
32
+ run : yarn install --frozen-lockfile
33
33
34
34
- name : Cache cargo registry
35
35
uses : Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
Original file line number Diff line number Diff line change 53
53
run : npm run copy:artifacts
54
54
55
55
- name : Install dependencies
56
- run : npm ci
56
+ run : yarn install --frozen-lockfile
57
57
58
58
- name : Set NPM version # get the version from the tag
59
59
run : npm version ${{ github.ref_name }} --allow-same-version --no-git-tag-version
You can’t perform that action at this time.
0 commit comments