From 7e4ce05cf48e0bd11dc56dd66e1c2093ac8f9123 Mon Sep 17 00:00:00 2001 From: Anton Arnautov Date: Sat, 7 Dec 2024 18:30:59 +0100 Subject: [PATCH] Drop Node v16 --- .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 68051d6de..39db72adb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [16, 18] + node: [18, 20] name: Test with Node ${{ matrix.node }} steps: - uses: actions/checkout@v3