nodejs-dist-indexer 1.7.1 → 1.7.2

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.
@@ -15,7 +15,7 @@ jobs:
15
15
  with:
16
16
  fetch-depth: 0
17
17
  - name: Use Node.js ${{ matrix.node }}
18
- uses: actions/setup-node@v4.0.1
18
+ uses: actions/setup-node@v4.0.2
19
19
  with:
20
20
  node-version: ${{ matrix.node }}
21
21
  - name: Set up ghauth config (Ubuntu)
@@ -54,7 +54,7 @@ jobs:
54
54
  with:
55
55
  fetch-depth: 0
56
56
  - name: Setup Node.js
57
- uses: actions/setup-node@v4.0.1
57
+ uses: actions/setup-node@v4.0.2
58
58
  with:
59
59
  node-version: lts/*
60
60
  - name: Install dependencies
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.7.2](https://github.com/nodejs/nodejs-dist-indexer/compare/v1.7.1...v1.7.2) (2024-02-07)
2
+
3
+
4
+ ### Trivial Changes
5
+
6
+ * **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([#29](https://github.com/nodejs/nodejs-dist-indexer/issues/29)) ([8c1ea7b](https://github.com/nodejs/nodejs-dist-indexer/commit/8c1ea7b7135516b84e091a9e7888f581304e4785))
7
+
1
8
  ## [1.7.1](https://github.com/nodejs/nodejs-dist-indexer/compare/v1.7.0...v1.7.1) (2024-01-31)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs-dist-indexer",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "An application to create nodejs.org distribution index files: index.json and index.tab",
5
5
  "main": "dist-indexer.js",
6
6
  "author": "Rod Vagg <rod@vagg.org>",