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 f8aba61 commit 03e4c68Copy full SHA for 03e4c68
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '20.x'
+ node-version: '22'
22
- name: Configure CI Git User
23
run: |
24
git config --global user.name $CONFIG_USERNAME
0 commit comments