Update actions/setup-node action to v5
All checks were successful
CI / Test (pull_request) Successful in 1m3s

This commit is contained in:
2025-09-09 15:13:15 +00:00
parent e2081a19b5
commit 054d2c8a46

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