Skip to content

Commit 285fdcb

Browse files
committed
node 版本
1 parent 0d57fd4 commit 285fdcb

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Update submodules
1717
run: |
1818
git submodule update --remote
19-
# 使用 node 16.5.0
19+
# 使用 node 14.17.0
2020
- name: Install Node.js
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: "16.5.0"
23+
node-version: "14.17.0"
2424
# npm install
2525
- name: Install npm dependencies
2626
run: npm install

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- name: Update submodules
2323
run: |
2424
git submodule update --remote
25-
# 使用 node 16.5.0
25+
# 使用 node 14.17.0
2626
- name: Install Node.js
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: "16.5.0"
29+
node-version: "14.17.0"
3030
# npm install
3131
- name: Build
3232
run: npm install && npm run build

.github/workflows/prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Update submodules
1717
run: |
1818
git submodule update --remote
19-
# 使用 node 16.5.0
19+
# 使用 node 14.17.0
2020
- name: Install Node.js
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: "16.5.0"
23+
node-version: "14.17.0"
2424
# npm install
2525
- name: Install npm dependencies
2626
run: npm install

.github/workflows/sit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Update submodules
1717
run: |
1818
git submodule update --remote
19-
# 使用 node 16.5.0
19+
# 使用 node 14.17.0
2020
- name: Install Node.js
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: "16.5.0"
23+
node-version: "14.17.0"
2424
# npm install
2525
- name: Install npm dependencies
2626
run: npm install

.github/workflows/uat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- name: Update submodules
1717
run: |
1818
git submodule update --remote
19-
# 使用 node 16.5.0
19+
# 使用 node 14.17.0
2020
- name: Install Node.js
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: "16.5.0"
23+
node-version: "14.17.0"
2424
# npm install
2525
- name: Install npm dependencies
2626
run: npm install

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@
2828
"@vuepress/plugin-nprogress": "1.8.2",
2929
"@vuepress/plugin-pwa": "1.8.2",
3030
"async-validator": "1.11.5",
31-
"autoprefixer": "^10.4.20",
3231
"body-parser": "1.20.2",
3332
"clean-webpack-plugin": "4.0.0",
3433
"gulp": "4.0.2",
35-
"gulp-autoprefixer": "^9.0.0",
3634
"gulp-babel": "8.0.0",
3735
"gulp-clean": "0.4.0",
3836
"gulp-htmlmin": "5.0.1",

0 commit comments

Comments
 (0)