Skip to content

Commit 4a4194e

Browse files
chore(main): update techdocs-cli version to 1.9.7 (#1337)
Update techdocs-cli version to 1.9.7 Installing the current version is broken: ``` Run sudo npm install -g @techdocs/[email protected] sudo npm install -g @techdocs/[email protected] shell: /usr/bin/bash -e {0} env: GOTOOLCHAIN: local npm error code ETARGET npm error notarget No matching version found for @backstage/plugin-permission-node@^0.10.4. npm error notarget In most cases you or one of your dependencies are requesting npm error notarget a package version that doesn't exist. npm notice npm notice New major version of npm available! 10.8.2 -> 11.6.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.0 npm notice To update run: npm install -g [email protected] npm notice npm error A complete log of this run can be found in: /root/.npm/_logs/2025-09-16T14_56_34_121Z-debug-0.log ```
1 parent eb02241 commit 4a4194e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-techdocs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,8 @@ jobs:
124124
role-arn: ${{ steps.instance-settings.outputs.aws-role-arn }}
125125
set-creds-in-environment: true
126126

127-
# Pinning until resolved https://github.com/backstage/backstage/issues/25303
128127
- name: Install techdocs-cli
129-
run: sudo npm install -g @techdocs/cli@1.8.11
128+
run: sudo npm install -g @techdocs/cli@1.9.7
130129

131130
- name: setup python
132131
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

0 commit comments

Comments
 (0)