Skip to content

Commit 3a58b71

Browse files
committed
1 parent 98cb32f commit 3a58b71

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/dianshijia.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
DSJ_DRAWAL: ${{ secrets.DSJ_DRAWAL }}
1717
steps:
1818
- uses: actions/checkout@v1
19-
- name: Use Node.js 10.x
19+
- name: Use Node.js 14.x
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 10.x
22+
node-version: 14.x
2323
- name: npm install
2424
run: |
2525
npm install

.github/workflows/jingxi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
JD_COOKIE: ${{ secrets.JD_COOKIE }}
1616
steps:
1717
- uses: actions/checkout@v1
18-
- name: Use Node.js 10.x
18+
- name: Use Node.js 14.x
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 10.x
21+
node-version: 14.x
2222
- name: npm install
2323
run: |
2424
npm install

.github/workflows/midu_read.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
MIDU_SIGN: ${{ secrets.MIDU_SIGN }}
1818
steps:
1919
- uses: actions/checkout@v1
20-
- name: Use Node.js 10.x
20+
- name: Use Node.js 14.x
2121
uses: actions/setup-node@v1
2222
with:
23-
node-version: 10.x
23+
node-version: 14.x
2424
- name: npm install
2525
run: |
2626
npm install

.github/workflows/txnews.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
TXNEWS_VIDEO: ${{ secrets.TXNEWS_VIDEO }}
2424
steps:
2525
- uses: actions/checkout@v1
26-
- name: Use Node.js 10.x
26+
- name: Use Node.js 14.x
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: 10.x
29+
node-version: 14.x
3030
- name: npm install
3131
run: |
3232
npm install

.github/workflows/weibo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
WB_PAY: ${{ secrets.WB_PAY }}
1717
steps:
1818
- uses: actions/checkout@v1
19-
- name: Use Node.js 10.x
19+
- name: Use Node.js 14.x
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: 10.x
22+
node-version: 14.x
2323
- name: npm install
2424
if: env.WB_TOKEN
2525
run: |

.github/workflows/youth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
YOUTH_TIME: ${{ secrets.YOUTH_TIME }}
2222
steps:
2323
- uses: actions/checkout@v1
24-
- name: Use Node.js 10.x
24+
- name: Use Node.js 14.x
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: 10.x
27+
node-version: 14.x
2828
- name: npm install
2929
if: env.YOUTH_HEADER
3030
run: |

.github/workflows/youth_read.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
YOUTH_READ4: ${{ secrets.YOUTH_READ4 }}
2121
steps:
2222
- uses: actions/checkout@v1
23-
- name: Use Node.js 10.x
23+
- name: Use Node.js 14.x
2424
uses: actions/setup-node@v1
2525
with:
26-
node-version: 10.x
26+
node-version: 14.x
2727
- name: npm install
2828
run: |
2929
npm install

0 commit comments

Comments
 (0)