arthurbergmz / webpack-pwa-manifest

Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
MIT License
514 stars 94 forks source link

fix(test): use correct fullhash and node version in tests and CI #167

Open chentsulin opened 2 years ago

chentsulin commented 2 years ago

CI keeps failing after merging this commit: https://github.com/arthurbergmz/webpack-pwa-manifest/commit/fad409c606473c6d33525a01330bcffb73f6ac7d

It seems file hashes need to be updated.

And Webpack 5 requires at least Node.js 10.13.0, so update requirement to >=10.13.0