We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a08e52a + cc398ae commit 93bf769Copy full SHA for 93bf769
3 files changed
.github/workflows/check-dist.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Setup Node.js
36
id: setup-node
37
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
38
with:
39
node-version-file: .node-version
40
cache: npm
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
.github/workflows/linter.yml
@@ -28,7 +28,7 @@ jobs:
28
0 commit comments