Run tests also on NodeJS 14 (#3157)

This commit is contained in:
Peter Hedenskog 2020-10-07 20:01:10 +02:00 committed by GitHub
parent bdecdfcfdd
commit a2a9d48733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}