Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: preserve mtime when zipping #538

Closed
wants to merge 3 commits into from
Closed

Conversation

iainlane
Copy link

this is a wip to run CI

This means it's possible for code to retrieve the correct mtime, for example to return in a Last-Modified header.

@iainlane iainlane force-pushed the master branch 6 times, most recently from a339b0e to 273569d Compare May 24, 2024 09:11
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.
I want to run CI locally to test this change and it's not running
because of the PR trigger. To be reverted before merging.
We're seeing

```console
npm ERR! notsup Not compatible with your version of node/npm: @aws-sdk/client-cloudformation@3.577.0
npm ERR! notsup Required: {"node":">=16.0.0"}
npm ERR! notsup Actual:   {"npm":"8.19.4","node":"14.21.3"}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant