develop to main #26

Merged
stephan.hadan merged 3 commits from develop into main 2025-12-23 22:29:00 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 70b420e90d - Show all commits

View file

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

View file

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