3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +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 20538c17eb
commit 6689f5e2f3

View file

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