Merge pull request #32153 from backstage/freben/patch-node

use node 22 in the patch flow
This commit is contained in:
Fredrik Adelöw
2025-12-17 09:41:51 +01:00
committed by GitHub
+6
View File
@@ -36,6 +36,12 @@ jobs:
fetch-tags: true
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}
- name: Use Node.js 22.x
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 22.x
registry-url: https://registry.npmjs.org/ # Needed for auth
- name: Configure Git
run: |
git config --global user.email noreply@backstage.io