🧪 Add Node 14 tests to CI (#2779)

Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
This commit is contained in:
Iván Ovejero 2022-04-08 18:39:01 +02:00 committed by GitHub
parent 1e2d6daaa3
commit 23f0501f4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v1