From beec1411f976b3104721a56e68223fba959e0a8a Mon Sep 17 00:00:00 2001 From: Nick K Date: Tue, 24 Oct 2023 05:28:04 +0300 Subject: [PATCH] Remove Node.js v16 and add Node.js v21 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 254a137..82c01f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node: [16.x, 18.x, 20.x] + node: [18.x, 20.x, 21.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3