mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
build: update dependencies and build configuration
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -41,12 +41,12 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 20.19.2
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
npm install -G node-gyp@11.1.0
|
||||
npm install
|
||||
npm install -D electron-app-universal-protocol-client
|
||||
|
||||
- name: Build Release Files
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user