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.
2 parents 6737823 + 2e69f41 commit fb11cf6Copy full SHA for fb11cf6
.github/workflows/beta-release.yml
@@ -191,15 +191,15 @@ jobs:
191
with:
192
fetch-depth: 0 # Ensures all tags are fetched
193
194
+ - name: Setup
195
+ uses: ./.github/actions/setup
196
+
197
- name: Setup Node.js
198
uses: actions/setup-node@v4
199
200
node-version: "lts/*" # Use the latest LTS version of Node.js
201
registry-url: 'https://registry.npmjs.org/' # Specify npm registry
202
- - name: Install dependencies
- run: npm ci # Clean install dependencies based on the lock file
-
203
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
204
run: npm audit signatures # Check the signatures to verify integrity
205
0 commit comments