[ci] Dropped support for Node v16

pull/104/head
Nemo 9 months ago
parent 34acfe769e
commit 91242ce61f

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

Loading…
Cancel
Save