nodejs-dist-indexer 1.7.22 → 1.7.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,7 +13,7 @@ jobs:
13
13
  runs-on: ${{ matrix.os }}
14
14
  steps:
15
15
  - name: Checkout Repository
16
- uses: actions/checkout@v5
16
+ uses: actions/checkout@v6
17
17
  with:
18
18
  fetch-depth: 0
19
19
  - name: Use Node.js ${{ matrix.node }}
@@ -52,7 +52,7 @@ jobs:
52
52
  if: github.event_name == 'push' && github.ref == 'refs/heads/main'
53
53
  steps:
54
54
  - name: Checkout
55
- uses: actions/checkout@v5
55
+ uses: actions/checkout@v6
56
56
  with:
57
57
  fetch-depth: 0
58
58
  - name: Setup Node.js
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [1.7.24](https://github.com/nodejs/nodejs-dist-indexer/compare/v1.7.23...v1.7.24) (2025-11-24)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps:** bump actions/checkout from 5 to 6 ([#61](https://github.com/nodejs/nodejs-dist-indexer/issues/61)) ([b3001f4](https://github.com/nodejs/nodejs-dist-indexer/commit/b3001f4ccaf077218d59245c185eee0699ab2a7b))
6
+
7
+ ## [1.7.23](https://github.com/nodejs/nodejs-dist-indexer/compare/v1.7.22...v1.7.23) (2025-11-15)
8
+
9
+ ### Trivial Changes
10
+
11
+ * **deps-dev:** bump js-yaml from 4.1.0 to 4.1.1 ([#60](https://github.com/nodejs/nodejs-dist-indexer/issues/60)) ([ec949bc](https://github.com/nodejs/nodejs-dist-indexer/commit/ec949bca8ad6f9c700f21197c4d121c125e38d53))
12
+
1
13
  ## [1.7.22](https://github.com/nodejs/nodejs-dist-indexer/compare/v1.7.21...v1.7.22) (2025-10-16)
2
14
 
3
15
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs-dist-indexer",
3
- "version": "1.7.22",
3
+ "version": "1.7.24",
4
4
  "description": "An application to create nodejs.org distribution index files: index.json and index.tab",
5
5
  "main": "src/dist-indexer.js",
6
6
  "author": "Rod Vagg <rod@vagg.org>",