From 978e6ae5cd155c98ceae7007c86980ab0482b62c Mon Sep 17 00:00:00 2001 From: Lei Chen Date: Wed, 20 Apr 2022 14:54:52 +0800 Subject: [PATCH] ci: add node18 test and drop node17 test (#2674) --- .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 fa9861a30..c52a94b58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [10, 12, 14, 17] + node: [10, 12, 14, 18] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3