We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec843e commit 8731f31Copy full SHA for 8731f31
1 file changed
.github/workflows/npmpublish.yml
@@ -17,11 +17,12 @@ jobs:
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 22
20
- registry-url: 'https://registry.npmjs.org'
21
- cache: 'npm'
+ registry-url: "https://registry.npmjs.org"
+ cache: "npm"
22
- name: Update npm
23
run: npm install -g npm@latest
24
- run: npm ci
25
+ - run: npm audit --audit-level=high
26
- run: npm test
27
28
publish-npm:
@@ -32,8 +33,8 @@ jobs:
32
33
34
35
36
37
38
39
40
0 commit comments