chore: update release flow node version

This commit is contained in:
simosmik
2026-04-10 14:56:33 +00:00
parent 9552577e94
commit e2459cb0f8

View File

@@ -20,14 +20,14 @@ jobs:
contents: write contents: write
id-token: write id-token: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.RELEASE_PAT }} token: ${{ secrets.RELEASE_PAT }}
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: 20 node-version: 22
registry-url: https://registry.npmjs.org registry-url: https://registry.npmjs.org
- name: git config - name: git config