We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea61a0 commit 73d9b1eCopy full SHA for 73d9b1e
.github/workflows/ci.yml
@@ -192,15 +192,15 @@ jobs:
192
with:
193
fetch-depth: 0 # Ensures all tags are fetched
194
195
+ - name: Setup
196
+ uses: ./.github/actions/setup
197
+
198
- name: Setup Node.js
199
uses: actions/setup-node@v4
200
201
node-version: "lts/*" # Use the latest LTS version of Node.js
202
registry-url: 'https://registry.npmjs.org/' # Specify npm registry
203
- - name: Install dependencies
- run: npm ci # Clean install dependencies based on the lock file
-
204
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
205
run: npm audit signatures # Check the signatures to verify integrity
206
0 commit comments