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 30564ae commit 76e0851Copy full SHA for 76e0851
.github/workflows/on-commit.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v3
46
47
- name: Setup Node.js 22
48
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
49
with:
50
node-version: 22
51
.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
node-version: 20
28
check-latest: true
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments