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 51b55b7 commit 276ca06Copy full SHA for 276ca06
.github/workflows/validate.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
validate:
10
runs-on: ubuntu-latest
11
+ env:
12
+ CI: false
13
14
steps:
15
- name: Check out the repository
@@ -28,6 +30,5 @@ jobs:
28
30
run: |
29
31
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
32
- - name: Run Security Audit
33
+ - name: Run Security Audit (non-blocking)
34
run: yarn audit --level moderate
-
package.json
@@ -26,6 +26,7 @@
26
"bjd": "^0.3.2",
27
"buffer": "^6.0.3",
"dayjs": "^1.11.10",
+ "jda": "^0.4.0",
"jquery": "^3.7.1",
"json-stringify-safe": "^5.0.1",
"jwt-decode": "^3.1.2",
0 commit comments