File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed
Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -144,47 +144,6 @@ jobs:
144144 # We conciously do not audit dependencies as a PR step since errors are typically
145145 # unrelated to the PR changes. This check is performed in `publish.yml`.
146146
147- license-analysis :
148- runs-on : ubuntu-latest
149-
150- steps :
151- - uses : socketdev/action@v1
152- with :
153- mode : firewall-free
154-
155- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
156-
157- - name : Setup node 22
158- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
159- with :
160- node-version : 22
161-
162- - name : restore lerna dependencies
163- id : lerna-cache
164- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
165- with :
166- path : |
167- node_modules
168- modules/*/node_modules
169- key : ${{ runner.os }}-node22-${{ hashFiles('yarn.lock') }}-${{ hashFiles('tsconfig.packages.json') }}-${{ hashFiles('**/package.json') }}
170-
171- - name : Install Packages
172- if : steps.lerna-cache.outputs.cache-hit != 'true'
173- run : sfw yarn install --with-frozen-lockfile --ignore-scripts
174-
175- - name : build packages
176- env :
177- # Workaround for https://github.com/nodejs/node/issues/51555
178- DISABLE_V8_COMPILE_CACHE : ' 1'
179- run : yarn run postinstall
180-
181- - name : Run Fossa Analysis
182- uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
183- with :
184- api-key : ${{ secrets.FOSSA_API_KEY }}
185- branch : ${{ github.head_ref || github.ref_name }}
186- project : BitGo/BitGoJS
187-
188147 browser-test :
189148 runs-on : ubuntu-22.04
190149
You can’t perform that action at this time.
0 commit comments