Update code quality action's Node.js version to 14

This commit is contained in:
Dragory 2020-07-06 02:11:55 +03:00
parent 8b01963e4c
commit 76b1d488ec
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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