更新运行项目nodejs版本要求
This commit is contained in:
parent
2039431735
commit
4ce54ea395
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@ -7,7 +7,7 @@ runs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '18'
|
||||
|
||||
- name: Cache node modules
|
||||
id: cache-npm
|
||||
|
||||
2
.github/workflows/beta-pack.yml
vendored
2
.github/workflows/beta-pack.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
# - name: Install Node.js
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: '16'
|
||||
# node-version: '18'
|
||||
|
||||
# - name: Cache file
|
||||
# uses: actions/cache@v4
|
||||
|
||||
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '16'
|
||||
node-version: '18'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
# - name: Install Node.js
|
||||
# uses: actions/setup-node@v4
|
||||
# with:
|
||||
# node-version: '16'
|
||||
# node-version: '18'
|
||||
|
||||
# - name: Cache file
|
||||
# uses: actions/cache@v4
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
"Electron 22.3.0"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 16",
|
||||
"node": ">= 18",
|
||||
"npm": ">=8.5.2"
|
||||
},
|
||||
"macLanguagesInfoPlistStrings": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user