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

View File

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