ci: remove node 16

nahh fuck it its ded
This commit is contained in:
Alina Tumanova 2023-10-20 15:09:22 +03:00 committed by GitHub
parent dafe631435
commit c1f679c74c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x, 20.x] node-version: [18.x, 20.x]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
@ -43,4 +43,4 @@ jobs:
env: env:
API_ID: ${{ secrets.TELEGRAM_API_ID }} API_ID: ${{ secrets.TELEGRAM_API_ID }}
API_HASH: ${{ secrets.TELEGRAM_API_HASH }} API_HASH: ${{ secrets.TELEGRAM_API_HASH }}
run: cd e2e && ./cli.sh ci run: cd e2e && ./cli.sh ci