Skip to content

Commit 6439ffe

Browse files
committed
ci: add node 14 to the matrix
1 parent 2adc128 commit 6439ffe

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/account-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
node-version: [10.x, 12.x, 13.x]
25+
node-version: [10.x, 12.x, 13.x, 14.x]
2626
steps:
2727
- name: 'Use Node.js ${{ matrix.node-version }}'
2828
uses: actions/setup-node@v1

.github/workflows/block-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: [10.x, 12.x, 13.x]
23+
node-version: [10.x, 12.x, 13.x, 14.x]
2424
steps:
2525
- name: 'Use Node.js ${{ matrix.node-version }}'
2626
uses: actions/setup-node@v1

.github/workflows/blockchain-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
node-version: [10.x, 12.x, 13.x]
25+
node-version: [10.x, 12.x, 13.x, 14.x]
2626
steps:
2727
- name: 'Use Node.js ${{ matrix.node-version }}'
2828
uses: actions/setup-node@v1

.github/workflows/common-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node-version: [10.x, 12.x, 13.x]
19+
node-version: [10.x, 12.x, 13.x, 14.x]
2020
steps:
2121
- name: 'Use Node.js ${{ matrix.node-version }}'
2222
uses: actions/setup-node@v1

.github/workflows/tx-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [10.x, 12.x, 13.x]
21+
node-version: [10.x, 12.x, 13.x, 14.x]
2222
steps:
2323
- name: 'Use Node.js ${{ matrix.node-version }}'
2424
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)