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 23fddb1 commit 799b431Copy full SHA for 799b431
.github/workflows/check-dist.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Setup Node.js
33
id: setup-node
34
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
35
with:
36
node-version-file: .node-version
37
cache: npm
.github/workflows/continuous-integration.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
.github/workflows/linter.yml
0 commit comments