mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-06-19 13:07:33 +08:00
fix: CI 升级 Node.js 至 24,移除 lock 文件缓存依赖
This commit is contained in:
@@ -13,9 +13,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
node-version: '24'
|
||||
|
||||
- name: 创建环境变量文件
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user