CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.67k stars 302 forks source link

Update dependencies #299

Closed ankittrehan2000 closed 8 months ago

ankittrehan2000 commented 8 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: https://github.com/lint-staged/lint-staged/releases/tag/v15.0.0)

mramato commented 8 months ago

Thanks.