From b4363424fc63b6d0e2dde7cca33e2b1153bfbe84 Mon Sep 17 00:00:00 2001 From: Dylan Schiemann Date: Tue, 15 Apr 2025 12:39:03 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca5f555fc..d20da8c15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x cache: yarn - name: Run ${{ matrix.command }}