preactjs / compressed-size-action

GitHub Action that adds compressed size changes to your PRs.
https://github.com/marketplace/actions/compressed-size-action
MIT License
602 stars 84 forks source link

Update action.yml to use node16 #87

Closed estherkim closed 2 years ago

estherkim commented 2 years ago

My repo has started getting this warning:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: preactjs/compressed-size-action

This PR updates action.yml to use node16

estherkim commented 2 years ago

@developit can I get a quick review please