[ci] Dropped support for Node v16

This commit is contained in:
Nemo 2022-08-26 17:58:15 +05:30
parent 34acfe769e
commit 91242ce61f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
tests:
strategy:
matrix:
node: ["18", "16", "14"]
node: ["18", "16"]
name: Run NPM Stuff
runs-on: ubuntu-latest
steps: