chore(deps): update actions/setup-node action to v6 #10

Merged
t.behrendt merged 1 commits from renovate/actions-setup-node-6.x into main 2026-03-15 22:30:29 +01:00

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@a0853c24544627f65ddf259abe73b1d18a591444 # v5 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
with: with:
node-version: 24 node-version: 24
- run: bun install --frozen-lockfile - run: bun install --frozen-lockfile