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 8c412dc commit c5ce1d4Copy full SHA for c5ce1d4
.github/workflows/prepare-release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Node
26
uses: actions/setup-node@v4
27
with:
28
- node-version: 18
+ node-version: 20
29
- name: Git config
30
run: |
31
git config user.name "${GITHUB_ACTOR}"
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
0 commit comments