From c1f679c74c73333ef3a6f73a42d125363e81f88a Mon Sep 17 00:00:00 2001 From: Alina Tumanova Date: Fri, 20 Oct 2023 15:09:22 +0300 Subject: [PATCH] ci: remove node 16 nahh fuck it its ded --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ea07f6a2..47366e1b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -43,4 +43,4 @@ jobs: env: API_ID: ${{ secrets.TELEGRAM_API_ID }} API_HASH: ${{ secrets.TELEGRAM_API_HASH }} - run: cd e2e && ./cli.sh ci \ No newline at end of file + run: cd e2e && ./cli.sh ci