From 622c7797fea59624ab9e767369610fb2be15932d Mon Sep 17 00:00:00 2001 From: Chunpeng Huo Date: Wed, 24 Apr 2024 14:19:53 +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: