Merge main into release for tag v1.25.5

This commit is contained in:
github-actions[bot]
2025-12-04 15:54:56 +00:00
+3
View File
@@ -34,6 +34,9 @@ jobs:
cache: 'npm'
registry-url: https://registry.npmjs.org
- name: Update npm
run: npm install -g npm@latest
- name: Get package.json version
id: package-json-version
run: echo "version=v$(cat package.json | jq '.version' --raw-output)" >> $GITHUB_OUTPUT