3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Update codequality action to use Node.js v16.6

This commit is contained in:
Dragory 2021-08-14 16:23:27 +03:00
parent 0ec5e37286
commit 5d33c30d29
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

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