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 faef334 commit 065e5d0Copy full SHA for 065e5d0
.github/actions/setup/action.yaml
@@ -9,7 +9,7 @@ runs:
9
- name: Set up Node.js
10
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
11
with:
12
- node-version: '22.19.0'
+ node-version: '22.20.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