Skip to content

Commit

Permalink
Merge branch 'main' into update-nodejs-inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
colincasey authored Dec 5, 2024
2 parents fb8c546 + 3ad9c03 commit f087b3e
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 @@ -3,6 +3,8 @@
## [Unreleased]

- Added Node.js version 22.12.0.
- 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 f087b3e

Please sign in to comment.