Use node 22 in automate_renovate_changesets.yml (#1950)

Use node 22 in `automate_renovate_changesets.yml` as it's required by one of the scripts.

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino 2024-11-17 00:20:31 +01:00 committed by GitHub
parent 14564f563c
commit 0d42c49f24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/ # Needed for auth
- name: Configure Git
run: |
git config --global user.email noreply@backstage.io