Update actions/setup-node action to v5 #4

Merged
t.behrendt merged 1 commits from renovate/actions-setup-node-5.x into main 2025-09-09 17:43:13 +02:00
Showing only changes of commit 054d2c8a46 - Show all commits

View File

@@ -15,7 +15,7 @@ jobs:
with: with:
bun-version-file: ".bun-version" bun-version-file: ".bun-version"
# only required for cspell compatibility until a mature replacement is available # only required for cspell compatibility until a mature replacement is available
- uses: actions/setup-node@v4 - uses: actions/setup-node@v5
with: with:
node-version: 20 node-version: 20
- run: bun install --frozen-lockfile - run: bun install --frozen-lockfile