webpack-pwa-manifest icon indicating copy to clipboard operation
webpack-pwa-manifest copied to clipboard

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

Open chentsulin opened this issue 3 years ago • 0 comments

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

chentsulin avatar Jan 31 '22 07:01 chentsulin