diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9cfa631..3d1c9a5 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: node-version: 24 - run: bun install --frozen-lockfile