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 98067a6 commit d70540eCopy full SHA for d70540e
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
run: echo "version=$(date +'%Y.%-m.%-d')" >> $GITHUB_OUTPUT
27
- name: Set up Node
28
if: steps.commits.outputs.count > 0
29
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
30
with:
31
node-version: 18
32
cache: npm
.github/workflows/verify.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v5
11
12
13
14
15
0 commit comments