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 79d7597 commit a7df543Copy full SHA for a7df543
.github/workflows/check-dist.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
29
- name: Set Node.js 20.x
30
- uses: actions/setup-node@v4.4.0
+ uses: actions/setup-node@v5.0.0
31
with:
32
node-version: 20
33
cache: npm
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
.github/workflows/updatecli.yaml
@@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
24
25
26
0 commit comments