3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-15 18:45:03 +00:00

chore: update codequality gh action to Node 22

This commit is contained in:
Dragory 2025-05-31 21:43:20 +03:00
parent dccc7f45e4
commit ad24ee3962
No known key found for this signature in database

View file

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