We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4350e53 commit 1d01c4bCopy full SHA for 1d01c4b
.github/workflows/on-commit.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v3
43
44
- name: Setup Node.js 20
45
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
46
with:
47
node-version: 20
48
.github/workflows/quality.yml
@@ -22,7 +22,7 @@ jobs:
22
show-progress: false
23
24
- name: Setup node environment
25
- uses: actions/setup-node@v4.0.3
+ uses: actions/setup-node@v4.1.0
26
27
28
check-latest: true
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
0 commit comments