limjh16 / jekyll-action-ts

:hammer: https://github.com/helaili/jekyll-action but without Docker
MIT License
42 stars 19 forks source link

Bump node version #32

Closed cryptoAlgorithm closed 1 year ago

cryptoAlgorithm commented 1 year ago

Currently, this action runs on node 12, which will be deprecated soon and causes a warning every action run. Simply moving to node 16 should solve this problem, and allow fixing any bugs that might arise from the switch earlier, before all node 12 actions are forced to run on node 16.

limjh16 commented 1 year ago

https://github.com/limjh16/jekyll-action-ts/pull/33#issuecomment-1477242381