Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix npm dependency issue in smoke tests pipeline - #2776

Merged
EmmaYuan1015 merged 1 commit into
masterfrom
ci-smoke-tests-npm-dependency
Jul 10, 2026
Merged

Fix npm dependency issue in smoke tests pipeline#2776
EmmaYuan1015 merged 1 commit into
masterfrom
ci-smoke-tests-npm-dependency

Conversation

@EmmaYuan1015

Copy link
Copy Markdown
Contributor
  • Add NodeTool@0 task to ensure Node 20.x is available
  • Add npm ci step before gulp release in smoke-tests-common-validation.yml
  • Fixes: './node_modules/.bin/gulp: No such file or directory' error
  • Prevents pipeline failures on PR and nightly builds

The smoke tests pipeline was failing because it tried to run gulp without ensuring npm dependencies were installed. Now npm ci is executed before any gulp commands.

- Add NodeTool@0 task to ensure Node 20.x is available
- Add npm ci step before gulp release in smoke-tests-common-validation.yml
- Fixes: './node_modules/.bin/gulp: No such file or directory' error
- Prevents pipeline failures on PR and nightly builds

The smoke tests pipeline was failing because it tried to run gulp without
ensuring npm dependencies were installed. Now npm ci is executed before
any gulp commands.
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@EmmaYuan1015

Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
1 pipeline(s) were filtered out due to trigger conditions.

@EmmaYuan1015
EmmaYuan1015 marked this pull request as ready for review July 10, 2026 02:15
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@EmmaYuan1015
EmmaYuan1015 merged commit 0f849fb into master Jul 10, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants