From c18b89101f15fec13a79854ef3ae221a01b81705 Mon Sep 17 00:00:00 2001 From: Tyler Liu Date: Tue, 28 Jan 2025 15:32:33 -0800 Subject: [PATCH] Update CI node version --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c9a7a3a6..ff03766a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: 21.x + node-version: 23.x - run: yarn install - run: yarn reset - run: yarn compile