Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Company policy: only install package versions published at least 7 days ago.
# Requires npm >= 11.10.0 (older npm silently ignores this setting).
min-release-age=7

# Enforce the "engines" requirement in package.json (e.g. the npm version).
engine-strict=true
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pool:
vmImage: ubuntu-latest

variables:
NODE_VERSION: 22.x
NODE_VERSION: 24.x
NPM_CONFIG_CACHE: $(Pipeline.Workspace)/.npm
DOCS_ZIP: $(Build.ArtifactStagingDirectory)/docs.zip
SNAPSHOT_BASE_URL: https://snapshots-cvgtc2eugrd3cgfd.z01.azurefd.net
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
},
"overrides": {
"postcss": "^8.5.10"
},
"engines": {
"npm": ">=11.10.0"
}
}