Update actions/setup-node action to v6 #24

Merged
stephan.hadan merged 1 commit from renovate/actions-setup-node-6.x into develop 2025-10-24 11:52:01 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e5637f96ae - Show all commits

View file

@ -11,7 +11,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: 22 node-version: 22
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'

View file

@ -11,7 +11,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v6
with: with:
node-version: 22 node-version: 22
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'