Skip to content

Commit 577a64a

Browse files
committed
fix: add missing release please configurations
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent f1dee91 commit 577a64a

File tree

4 files changed

+52
-110
lines changed

4 files changed

+52
-110
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
uses: googleapis/release-please-action@v4
3030
with:
3131
target-branch: ${{ github.ref_name }}
32-
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3332
config-file: release-please-config.json
3433
manifest-file: .release-please-manifest.json
3534

@@ -39,9 +38,9 @@ jobs:
3938

4039
- name: Install NodeJS
4140
if: ${{ github.event_name == 'pull_request' || steps.release.outputs.release_created }}
42-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@v6
4342
with:
44-
node-version: 24
43+
node-version: 22
4544
registry-url: "https://registry.npmjs.org"
4645
scope: "@hpcc-js"
4746

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
node-version: 24
1616
registry-url: "https://registry.npmjs.org"
1717
scope: "@hpcc-js"
18+
always-auth: false
1819
- run: npm ci
1920
- run: npm run build
2021
- run: npm run build-api

package-lock.json

Lines changed: 46 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release-please-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"packages/comms": {},
1212
"packages/composite": {},
1313
"packages/dataflow": {},
14+
"packages/ddl-shim": {},
1415
"packages/dgrid": {},
1516
"packages/dgrid-shim": {},
1617
"packages/dgrid2": {},
@@ -26,6 +27,8 @@
2627
"packages/other": {},
2728
"packages/phosphor": {},
2829
"packages/react": {},
30+
"packages/timeline": {},
31+
"packages/tree": {},
2932
"packages/util": {}
3033
},
3134
"plugins": [

0 commit comments

Comments
 (0)