From deeb3325c52ba926d24ad7f5e5422e8a4225931d Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 16 Mar 2026 07:16:34 +0000 Subject: [PATCH] ci: require Node 22 for Astro 6 compatibility --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f019841..4ea8f70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version-file: .nvmrc + - uses: oven-sh/setup-bun@v2 with: bun-version: latest @@ -25,6 +29,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version-file: .nvmrc + - uses: oven-sh/setup-bun@v2 with: bun-version: latest