Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 9f4e7c0

Browse files
author
Alex
authored
update node versions (#5354)
* format * updating node ver * updating version * updating eth2 ver * update for e2e and unit tetss * revert mosaic ver change * revert * changing set up node ver * update node set up ver * updating actions cache for node14
1 parent d64a26a commit 9f4e7c0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- uses: actions/setup-node@v1
2828
with:
2929
node-version: 12
30-
3130
- uses: actions/checkout@v2
3231

3332
- uses: actions/cache@v2
@@ -36,7 +35,7 @@ jobs:
3635
path: |
3736
node_modules
3837
*/*/node_modules
39-
key: ${{ runner.os }}-node12-${{ hashFiles('**/package-lock.json') }}
38+
key: ${{ runner.os }}-node14-${{ hashFiles('**/package-lock.json') }}
4039

4140
- run: npm ci
4241
if: steps.cache-deps.outputs.cache-hit != 'true'
@@ -46,7 +45,7 @@ jobs:
4645
runs-on: ubuntu-latest
4746
strategy:
4847
matrix:
49-
node: [12, 14, 16]
48+
node: [14, 16]
5049
env:
5150
TEST: "unit"
5251
steps:
@@ -87,7 +86,7 @@ jobs:
8786
steps:
8887
- uses: actions/setup-node@v1
8988
with:
90-
node-version: 12
89+
node-version: 14
9190
- uses: actions/checkout@v2
9291

9392
- uses: actions/cache@v2
@@ -97,7 +96,7 @@ jobs:
9796
path: |
9897
node_modules
9998
*/*/node_modules
100-
key: ${{ runner.os }}-node12-${{ hashFiles('**/package-lock.json') }}
99+
key: ${{ runner.os }}-node14-${{ hashFiles('**/package-lock.json') }}
101100

102101
- run: npm ci
103102
if: (env.TEST == 'unit_and_e2e_clients' || env.TEST == 'e2e_browsers') && steps.cache-deps.outputs.cache-hit != 'true'
@@ -125,7 +124,7 @@ jobs:
125124
runs-on: ubuntu-latest
126125
strategy:
127126
matrix:
128-
node: [12, 14, 16]
127+
node: [14, 16]
129128
env:
130129
TEST: "eth2"
131130
steps:

0 commit comments

Comments
 (0)