Merge branch 'main' into docs-known-issue-650

This commit is contained in:
April I. Murphy 2026-01-05 13:27:36 -08:00 committed by GitHub
commit b86243bd74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,9 @@ jobs:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- name: Update npm to latest
run: npm install -g npm@latest
- name: Extract version from package.json
id: version
run: |