Skip to content

Commit 73d9b1e

Browse files
committed
ci: attempt to fix requirement of package json lock to satify ci
1 parent 1ea61a0 commit 73d9b1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

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

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

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

0 commit comments

Comments
 (0)