refactor: kilo compat for v1.18.0

This commit is contained in:
Johnny Eric Amancio
2026-08-05 11:59:08 +02:00
parent 898f0dc40b
commit 76783409bf
264 changed files with 213525 additions and 113440 deletions
+7
View File
@@ -8,6 +8,13 @@ inputs:
runs:
using: "composite"
steps:
# node-gyp@latest (invoked via bunx for native install scripts) requires Node >=22;
# some runner images ship an older system Node on PATH
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "24"
- name: Get baseline download URL
id: bun-url
shell: bash