We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb15f2 commit f74be39Copy full SHA for f74be39
.github/workflows/dependency-check.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v5
33
- name: Setup Node.js
34
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
35
with:
36
node-version: "20"
37
.github/workflows/npm-audit-typescript.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
13
14
15
- name: NPM install and audit fix with TypeScript auto-repair
.github/workflows/npm-audit.yml
@@ -12,7 +12,7 @@ jobs:
16
17
18
0 commit comments