drop node 16

This commit is contained in:
Nemo 2023-12-14 15:15:41 +05:30
parent 8019310674
commit a94395ea9d
1 changed files with 1 additions and 1 deletions

View File

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