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 65dbdfb commit 99389a9Copy full SHA for 99389a9
.github/workflows/ci.yml
@@ -341,7 +341,7 @@ jobs:
341
uses: actions/checkout@v5
342
343
- name: Setup Node.js
344
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
345
with:
346
node-version: ${{ env.NODE_VERSION }}
347
cache: npm
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
node-version: '20'
35
cache: 'npm'
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments