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 8291dc8 commit 881c3eaCopy full SHA for 881c3ea
1 file changed
.github/workflows/test.yml
@@ -358,3 +358,14 @@ jobs:
358
- run: npm run package
359
- name: Check dist directory is up to date
360
run: git diff --exit-code
361
+
362
+ security:
363
+ runs-on: ubuntu-latest
364
+ steps:
365
+ - uses: actions/checkout@v6
366
+ - name: Set up Node.js
367
+ uses: actions/setup-node@v6
368
+ with:
369
+ node-version: 24
370
+ package-manager-cache: false
371
+ - run: npm audit
0 commit comments