3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 20:35:02 +00:00

fix: only lint/format src; update base packages; use Node 18 in gh workflow

This commit is contained in:
Dragory 2023-05-08 21:32:33 +03:00
parent baee6d2d45
commit 111295361e
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
3 changed files with 1224 additions and 462 deletions

View file

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