From 60fd6b8622621300085135c539fbd030de3d2d5e Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Wed, 8 May 2024 11:34:26 +1000 Subject: [PATCH] Chore: 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 0089940..744a1c2 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: