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 21512a4 commit 80ed061Copy full SHA for 80ed061
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v5
27
28
- name: Use Node.js ${{ env.NODE_VERSION }}
29
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
30
with:
31
node-version: ${{ env.NODE_VERSION }}
32
cache: 'yarn'
.github/workflows/verify.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
0 commit comments