mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-06-13 10:35:09 +00:00
Merge branch 'main' into main
This commit is contained in:
parent
fbc34a1846
commit
fc5a76d5e2
12
.github/workflows/release-on-version-change.yml
vendored
12
.github/workflows/release-on-version-change.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 24
|
||||
cache: pnpm
|
||||
|
||||
|
||||
@ -302,11 +302,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
with:
|
||||
version: 9
|
||||
|
||||
- uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
cache: npm
|
||||
cache: pnpm
|
||||
|
||||
- run: npm ci
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- run: npm publish --access public
|
||||
- run: pnpm publish --access public
|
||||
Loading…
x
Reference in New Issue
Block a user