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 6ca3c7c commit 9dfbf1bCopy full SHA for 9dfbf1b
.github/workflows/check-dist.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Setup Node.js
34
id: setup-node
35
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
36
with:
37
node-version-file: .node-version
38
cache: npm
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
ref: ${{ github.head_ref }}
22
23
24
25
26
27
0 commit comments