From 7673b74ce9d1106e1db5f650381fe196d5fdb466 Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Fri, 26 Apr 2024 11:56:12 +1000 Subject: [PATCH] chore: update ci --- .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 bcf02053..a97682ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node_version: ['14', '16', '18'] + node_version: ['18', '20'] os: [ubuntu-latest, windows-latest, macOS-latest] steps: