Skip to content

Commit

Permalink
Update Node.js Yarn Inventory (#1354)
Browse files Browse the repository at this point in the history
* Update Inventory for heroku/nodejs yarn

- Added Yarn version 3.8.7.
- Added Yarn version 4.5.3.

* Fix mocha test

---------

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
Co-authored-by: Colin Casey <[email protected]>
  • Loading branch information
heroku-linguist[bot] and colincasey authored Dec 5, 2024
1 parent aa6b469 commit 3ad9c03
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- run: npx mocha metrics/test/metrics.spec.cjs
- run: npx mocha@10.x metrics/test/metrics.spec.cjs
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Added Yarn version 4.5.3.
- Added Yarn version 3.8.7.

## [v273] - 2024-11-22

Expand Down
12 changes: 12 additions & 0 deletions inventory/yarn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,12 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v3.8.6.tar.gz"
etag = "53ebae774493fc5dfa17957f66fa9a0b"

[[releases]]
version = "3.8.7"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v3.8.7.tar.gz"
etag = "1f769e98c3f9727b22777abbae052fa7"

[[releases]]
version = "4.0.0-rc.35"
channel = "release"
Expand Down Expand Up @@ -1116,3 +1122,9 @@ channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.5.2.tar.gz"
etag = "76a51f0f075160dd2d08757ba81a327c"

[[releases]]
version = "4.5.3"
channel = "release"
url = "https://heroku-nodebin.s3.us-east-1.amazonaws.com/yarn/release/yarn-v4.5.3.tar.gz"
etag = "bcfaf35ea2ba27bd7b768db9580266ef"

0 comments on commit 3ad9c03

Please sign in to comment.