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 8e1dec7 commit b6852f2Copy full SHA for b6852f2
.github/actions/setup/action.yaml
@@ -9,7 +9,7 @@ runs:
9
- name: Set up Node.js
10
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
11
with:
12
- node-version: '22.20.0'
+ node-version: '22.21.0'
13
14
- name: Cache dependencies
15
id: cache
.github/workflows/_security-checks.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
- name: Run npm audit
40
run: npm audit --omit=dev --audit-level=moderate
0 commit comments