mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
fix: upgrade nodejs to v22 for semantic-release v24
- semantic-release v24 requires Node.js ^22.14.0 || >= 24.10.0 - update from v20 to v22 to satisfy dependency requirements
This commit is contained in:
parent
4dc3ae9abd
commit
8c5ec24f1b
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: '20'
|
||||
node-version: '22'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue