Merge pull request #2081 from streamich/gh-actions

ci: 🎡 bump github actions node version

[ci skip]
This commit is contained in:
Vadim Dalecky 2021-09-01 00:24:29 +02:00 committed by GitHub
commit c6a0a75b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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