We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62ca3a commit da1d0d8Copy full SHA for da1d0d8
.github/workflows/update_dependencies.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/checkout@v4
23
- name: Setup node
24
uses: actions/setup-node@v4
25
+ with:
26
+ node-version: 20
27
# - env:
28
# LOG_LEVEL: debug
29
- run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover
0 commit comments