From 7c69897204408e3b173e4643f166f5cb98372b95 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sat, 21 Dec 2024 08:13:22 -0800 Subject: [PATCH] Update node to 22 LTS --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4279499..5c6fa8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ permissions: jobs: node-build: - name: Node 20 + name: Node 22 runs-on: ubuntu-latest steps: @@ -20,7 +20,7 @@ jobs: - name: Set up Node LTS uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: Install dependencies run: | npm install -g yarn