From a65afe3f5d4a94c8240a378fdc324d2cdfc90815 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Sun, 12 May 2024 11:46:36 -0700 Subject: [PATCH] depricate node 14 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 79c4251..0a64960 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18, 20, 22] + node-version: [16, 18, 20, 22] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}