From 95f5dc99b31f1a355ade38d9fa68237a668f9c1a Mon Sep 17 00:00:00 2001 From: Dong Nguyen Date: Thu, 11 May 2023 20:04:31 +0700 Subject: [PATCH] Update node versions in ci test --- .github/workflows/ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 448144f..1304099 100755 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node_version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x] + node_version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3