From 7bfa3c5bbfe5c340b2e64cf622f93a511c21fb7d Mon Sep 17 00:00:00 2001 From: Denis Mishankov Date: Fri, 20 Oct 2023 09:13:39 +0300 Subject: [PATCH] fix #202 --- .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 1e7ac3b..1532a82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 19.x] + node-version: [ 18.x, 20.x, 21.x ] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: