CesiumGS / gltf-pipeline

Content pipeline tools for optimizing glTF assets. :globe_with_meridians:
Apache License 2.0
1.91k stars 251 forks source link

Update dependencies #648

Closed ankittrehan2000 closed 11 months ago

ankittrehan2000 commented 11 months ago

update github actions to use node 20 and update lint staged to 15 (only major change is that it requries node 18 now to run)

Only outdated dependency was lint staged: 14 -> 15.0.2 (major change was support dropped for node 16 and 18 is the minimum requirement: https://github.com/lint-staged/lint-staged/releases/tag/v15.0.0)

No code changes

mramato commented 11 months ago

Thanks.