Remove old node versions (#128)

This commit is contained in:
Pavel 2022-02-04 22:37:00 +03:00 committed by GitHub
parent 48caa02d39
commit 0c5fecac40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 17.x]
node-version: [16.x, 17.x]
steps:
- uses: actions/checkout@v2