Skip to content

Commit 6704f56

Browse files
author
Taniya Mathur
committed
Update GitLab CI to use npm 11 to match package.json engines requirement
- Add npm install -g npm@11 after Node.js 22 installation - Ensures CI environment meets npm 11+ requirement for engine-strict enforcement
1 parent da46829 commit 6704f56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ developer_tests:
4545
# Install Node.js and npm for basedpyright
4646
- curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
4747
- apt-get install -y nodejs
48+
- npm install -g npm@11
4849
- npm install -g basedpyright
4950
- uv pip install ruff
5051
# Install dependencies needed by publish.py for test imports

0 commit comments

Comments
 (0)