CesiumGS / obj2gltf

Convert OBJ assets to glTF
Apache License 2.0
1.72k stars 308 forks source link

Update dependencies #299

Closed ankittrehan2000 closed 1 year ago

ankittrehan2000 commented 1 year 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 1 year ago

Thanks.