You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: preserve mtime when zipping with the node zipper (#539)
This means it's possible for code to retrieve the correct mtime, for
example to return in a `Last-Modified` header.
Since we have a test which verifies a checksum of a zip file created by
this function, we can be sure the results are deterministic. To support
this, update the test inputs to have specified mtimes.
feat: upgrade esbuld version, drop node 14 in pipelines, use nodejs18… (
#552)
* feat: upgrade esbuld version, drop node 14 in pipelines, use nodejs18.x as default runtime
* fix: update esbuild-node-externals to version 1.14.0
* fix: esbuild-node-externals breaking change usage
* test: fix test failing in node 20 and higher