From bf397819da6c4abb5f373472f40abde8e855fd01 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Wed, 26 Jul 2023 00:51:53 +0200 Subject: [PATCH] Update version of NodeJS used in CI workflow --- .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 a4f88ad4..adf10062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: - macOS-latest - windows-latest node-version: - - 14 - 16 - 18 + - 20 steps: - name: Use Node.js ${{ matrix.node-version }}