Merge main into fix-ci

This commit is contained in:
Steve Yegge
2025-11-29 22:07:14 -08:00
26 changed files with 482 additions and 2535 deletions

View File

@@ -82,15 +82,16 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
registry-url: 'https://registry.npmjs.org'
- name: Update npm for OIDC support
run: npm install -g npm@latest
- name: Publish to npm
run: |
cd npm-package
npm publish --access public --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
npm publish --access public
update-homebrew:
runs-on: ubuntu-latest