github / webpack-bundlesize-compare-action

A github action that outputs bundlesize comparison tables for pull requests
MIT License
78 stars 19 forks source link

Update action to run on node20 #551

Closed btimo closed 4 months ago

btimo commented 7 months ago

Following the end of life of Node v16, this action needs to switch to Node v20. Some extra details here: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

To help with that, and futur maintenances, I've setup a few elements to describe the necessary node version to work and use this project

btimo commented 6 months ago

@joshrowley Any chance I can get the workflows approved? and a review of this PR?

mattcosta7 commented 4 months ago

closing in favor of https://github.com/github/webpack-bundlesize-compare-action/pull/558

thanks for opening this!