Skip to content

Commit 5aa8101

Browse files
author
gitName
committed
User Feedback 437379 - Fix broken link(s) per UUF feedback
1 parent f497d7c commit 5aa8101

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/github/github-actions-ci/includes/2-github-actions-workflows-ci.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ The last part of this step executes commands used by Node.js projects. The `npm
6969

7070
To learn more about npm, check out the npm documentation:
7171

72-
- [npm install](https://docs.npmjs.com/cli/install?azure-portal=true)
73-
- [npm run](https://docs.npmjs.com/cli/run-script?azure-portal=true)
74-
- [npm test](https://docs.npmjs.com/cli/test.html?azure-portal=true)
72+
- [npm install](https://docs.npmjs.com/cli/v11/commands/npm-install?azure-portal=true)
73+
- [npm run](https://docs.npmjs.com/cli/v11/commands/npm-run?azure-portal=true)
74+
- [npm test](https://docs.npmjs.com/cli/v11/commands/npm-test?azure-portal=true)
7575

7676
Beyond individual npm commands, teams can benefit from reusable workflows to streamline and standardize repeated automation steps. By leveraging reusable workflows, you can reduce redundancy, improve maintainability, and ensure consistency across your CI/CD pipelines.
7777

0 commit comments

Comments
 (0)