mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-29 20:19:55 +08:00
Update dependency node to v24
This commit is contained in:
4
.github/workflows/buid_arch.yml
vendored
4
.github/workflows/buid_arch.yml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "22.x"
|
||||
node-version: "24.x"
|
||||
|
||||
- name: Install system deps
|
||||
if: contains(matrix.os, 'linux') && (github.event.inputs.build_os == matrix.filter || github.event.inputs.build_os == 'All')
|
||||
@@ -240,7 +240,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "22.x"
|
||||
node-version: "24.x"
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user