Skip to content

Commit fb11cf6

Browse files
authored
Merge pull request #128 from JairajJangle/develop
ci: removed npm ci from beta release gh actions pipeline @JairajJangle
2 parents 6737823 + 2e69f41 commit fb11cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/beta-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,15 @@ jobs:
191191
with:
192192
fetch-depth: 0 # Ensures all tags are fetched
193193

194+
- name: Setup
195+
uses: ./.github/actions/setup
196+
194197
- name: Setup Node.js
195198
uses: actions/setup-node@v4
196199
with:
197200
node-version: "lts/*" # Use the latest LTS version of Node.js
198201
registry-url: 'https://registry.npmjs.org/' # Specify npm registry
199202

200-
- name: Install dependencies
201-
run: npm ci # Clean install dependencies based on the lock file
202-
203203
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
204204
run: npm audit signatures # Check the signatures to verify integrity
205205

0 commit comments

Comments
 (0)