fix: update Node.js version to 20 in release workflow and reduce Discord spam

- Update release workflow Node.js version from 18 to 20 to match package.json requirements
- Remove push trigger from Discord workflow to reduce notification spam

This should resolve the semantic-release content-length header error after org migration.
This commit is contained in:
Brian Madison
2025-08-09 15:49:13 -05:00
parent 23df54c955
commit 3f7e19a098
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
cache: npm
registry-url: https://registry.npmjs.org
- name: Install dependencies