Title: Bump actions/setup-node from 2.1.5 to 2.4.0 by dependabot[bot] · Pull Request #125 · httpsgithu/engine · GitHub
Open Graph Title: Bump actions/setup-node from 2.1.5 to 2.4.0 by dependabot[bot] · Pull Request #125 · httpsgithu/engine
X Title: Bump actions/setup-node from 2.1.5 to 2.4.0 by dependabot[bot] · Pull Request #125 · httpsgithu/engine
Description: Bumps actions/setup-node from 2.1.5 to 2.4.0. Release notes Sourced from actions/setup-node's releases. Support caching for mono repos and repositories with complex structure This release introduces dependency caching support for mono repos and repositories with complex structure (#305). By default, the action searches for the dependency file (package-lock.json or yarn.lock) in the repository root. Use the cache-dependency-path input for cases when multiple dependency files are used, or they are located in different subdirectories. This input supports wildcards or a list of file names for caching multiple dependencies. Yaml example: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: 14 cache: npm cache-dependency-path: 'sub-project/package-lock.json' For more examples of using cache-dependency-path input, see the Advanced usage guide. Revert temporary fix We had to disable pre-cached Node.js usage in the previous version due to the broken image cache. Now cache is fixed, so we can safely enable its usage again. Thank you for understanding. Temporary maintenance fix. Temporarily disabled usage of pre-cached Node.js. Support caching pnpm dependencies This release introduces dependency caching support for the pnpm package manager (#278). Caching pnpm dependencies: # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support # documentation. steps: uses: actions/checkout@v2 uses: pnpm/action-setup@646cdf48217256a3d0b80361c5a50727664284f2 with: version: 6.10.0 uses: actions/setup-node@v2 with: node-version: '14' cache: 'pnpm' run: pnpm install run: pnpm test NOTE: pnpm caching support requires pnpm version >= 6.10.0 ... (truncated) Commits 25316bb Merge pull request #305 from MaksimZhukov/mazhuk/adding-support-for-monorepos 76a4cff update readme and dist files a869e7c Merge branch 'main' of https://github.com/MaksimZhukov/setup-node into mazhuk... a0cdab1 Merge pull request #299 from actions/malob/adr-caching-monorepos 4d0182a Merge pull request #310 from actions/revert-308-v-alsvir/disable-cache-usage-... 896ee80 Restore YARN flag d21ecc7 Revert "Temporarily disabled cache usage for v2" d6e3b55 Merge pull request #308 from actions/v-alsvir/disable-cache-usage-temp-v2 db716f8 Add yarn env variable c24389f Staging unstaged Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Open Graph Description: Bumps actions/setup-node from 2.1.5 to 2.4.0. Release notes Sourced from actions/setup-node's releases. Support caching for mono repos and repositories with complex structure This release int...
X Description: Bumps actions/setup-node from 2.1.5 to 2.4.0. Release notes Sourced from actions/setup-node's releases. Support caching for mono repos and repositories with complex structure This release...
Opengraph URL: https://github.com/httpsgithu/engine/pull/125
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:ade5dcb6-e854-0c04-b7af-699e7ecf42bf |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | AE58:75848:1187AD6:1716A31:6981993F |
| html-safe-nonce | 97317fb1432463069d0a393bee2ec1cd6c40058843f816e21a20b9d55e29680a |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRTU4Ojc1ODQ4OjExODdBRDY6MTcxNkEzMTo2OTgxOTkzRiIsInZpc2l0b3JfaWQiOiI0MTg1NDM5MTA3NjY2Nzc4NDMwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 40d0672caa21a98184ac2c102b864b4b8c026d2e07b56c2955ef217bd9795e98 |
| hovercard-subject-tag | pull_request:724687388 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/httpsgithu/engine/pull/125/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps actions/setup-node from 2.1.5 to 2.4.0. Release notes Sourced from actions/setup-node's releases. Support caching for mono repos and repositories with complex structure This release int... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | e137814e266030874fd2c86863529d0622b13889eeda04148c57654b6ea84ad6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/httpsgithu/engine git https://github.com/httpsgithu/engine.git |
| octolytics-dimension-user_id | 20476787 |
| octolytics-dimension-user_login | httpsgithu |
| octolytics-dimension-repository_id | 133034342 |
| octolytics-dimension-repository_nwo | httpsgithu/engine |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | true |
| octolytics-dimension-repository_parent_id | 19696006 |
| octolytics-dimension-repository_parent_nwo | playcanvas/engine |
| octolytics-dimension-repository_network_root_id | 19696006 |
| octolytics-dimension-repository_network_root_nwo | playcanvas/engine |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | dd58d68a7813bbec9c91422c8c35f4af33832d70 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width