Skip to content

ci: Fix node_modules cache sometimes get stale#217

Merged
tido64 merged 1 commit intomasterfrom
tido/fix-node_modules-cache
Sep 14, 2020
Merged

ci: Fix node_modules cache sometimes get stale#217
tido64 merged 1 commit intomasterfrom
tido/fix-node_modules-cache

Conversation

@tido64
Copy link
Copy Markdown
Member

@tido64 tido64 commented Sep 13, 2020

The cache of node_modules folder can get stale if changes to react-native-test-app was made after the cache has been updated, e.g. when iterating on a PR.

This change also bumps several packages to bust the cache, addressing CVE-2020-15168, and switches npm registry to https://registry.npmjs.org.

@tido64 tido64 force-pushed the tido/fix-node_modules-cache branch 10 times, most recently from 65e866d to 29143e4 Compare September 14, 2020 00:41
The cache of `node_modules` folder can get stale if changes to
`react-native-test-app` was made after the cache has been updated, e.g.
when iterating on a PR.

This change also bumps several packages, addressing
[CVE-2020-15168](GHSA-w7rc-rwvf-8q5r), and
switches npm registry to https://registry.npmjs.org.
@tido64 tido64 force-pushed the tido/fix-node_modules-cache branch from 29143e4 to 0354ae5 Compare September 14, 2020 06:06
@tido64 tido64 requested review from arazabishov and sweggersen and removed request for arazabishov September 14, 2020 06:59
@tido64 tido64 merged commit 20e2ca0 into master Sep 14, 2020
@tido64 tido64 deleted the tido/fix-node_modules-cache branch September 14, 2020 07:27
@tido64
Copy link
Copy Markdown
Member Author

tido64 commented Sep 16, 2020

🎉 This PR is included in version 0.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants