chore(deps): update actions/setup-node action to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 5m13s

This commit is contained in:
2026-02-19 11:11:13 +00:00
parent 1b89b4424a
commit 0ad752f441

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@6044e13b5dc448c55e2357c09f80417699197238 # v6
with: with:
node-version: 24 node-version: 24
- run: bun install --frozen-lockfile - run: bun install --frozen-lockfile