From 0ed26bb8293281a9b97a34ffe826b3939a202e4d Mon Sep 17 00:00:00 2001 From: hongaar Date: Tue, 2 May 2023 10:10:51 +0000 Subject: [PATCH] [create-pull-request] automated change --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a741aa82..dd66b10c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,10 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18] + node-version: + - 16 + - 18 + - 20 steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3