ci: run tests on Node.js 16 instead of Node.js 15

This commit is contained in:
Zoltan Kochan
2021-04-24 12:53:54 +03:00
parent 97c64bae4d
commit 63c0a32306

View File

@@ -7,10 +7,10 @@ jobs:
strategy:
fail-fast: false
matrix:
node:
node:
- '12.17'
- '14'
- '15'
- '16'
platform:
- ubuntu-latest
- windows-latest