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 15cb5e6 commit d7bc17fCopy full SHA for d7bc17f
.github/workflows/check-dist.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v5
35
36
- name: Setup Node.js
37
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
38
with:
39
node-version: 20
40
cache: npm
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
id: setup-node
25
26
27
node-version-file: .node-version
28
.github/workflows/linter.yml
@@ -27,7 +27,7 @@ jobs:
29
30
31
32
33
0 commit comments