mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
fix: upgrade nodejs to v20 for semantic-release
- semantic-release dependencies require Node.js v20+ - update from v18 to v20 to fix yargs-parser compatibility
This commit is contained in:
parent
2e3adc8a53
commit
4dc3ae9abd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-auto.yml
vendored
2
.github/workflows/release-auto.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue