revert platform change - no node 16

This commit is contained in:
Dmitry Shirokov 2021-10-19 20:31:38 +11:00
parent daad2a7f12
commit 5a3e14daa3
No known key found for this signature in database
GPG Key ID: B5BDB86B2BCFF8EC
1 changed files with 1 additions and 1 deletions

View File

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