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

Release for Node 20 #204

Open
MikeMatusz opened this issue Jul 2, 2024 · 4 comments
Open

Release for Node 20 #204

MikeMatusz opened this issue Jul 2, 2024 · 4 comments

Comments

@MikeMatusz
Copy link

#193 updated the Node version to 20, but no new release has been published, so the last published release (4.0) still runs on Node 16 and triggers warnings in every action run.

@shadoath
Copy link

shadoath commented Oct 9, 2024

Bump for a 4.0.1 release!

@me-marcel
Copy link

Would be nice to see a release with Node 20. There seems to be no activity in this regard for the past month.

@lukascivil
Copy link

Help

@MikeMatusz
Copy link
Author

I'm actually no longer using this library, and just replaced it with two AWS CLI commands. I had been using noCache and private, so this just became:

aws s3 sync dist/storybook s3://${{ vars.S3_BUCKET_NAME }}/ --region ${{ vars.S3_BUCKET_REGION }} --delete --cache-control=no-cache,no-store,must-revalidate --acl private
aws cloudfront create-invalidation --distribution-id  ${{ vars.CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"

Depending on the configuration you were using, you may need to dig into the documentation for what the s3-deploy library was doing and find the appropriate flags, but it's a pretty easy replacement.

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

No branches or pull requests

4 participants