Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 981e183

Browse files
ci: remove node 12 from CI tests (#4029)
Co-authored-by: David Murdoch <[email protected]>
1 parent b816de2 commit 981e183

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
node: [12.0.0, 12.x, 14.x, 16.x, 18.x]
37+
node: [14.0.0, 14.x, 16.x, 18.x]
3838
os: [windows-2019, ubuntu-18.04, ubuntu-20.04, macos-11]
3939
exclude:
4040
# Node v18 does not run on ubuntu-18.04: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442

UPGRADE-GUIDE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,13 @@ If you want to use the new default mode but still be able to get the reason for
132132
a transaction failure, you need to resend your transaction with an `eth_call`.
133133
This will return the revert reason in nearly all cases[^2].
134134

135-
#### Dropped support for Node v8 and v10
135+
#### v7.0.0-7.6.0, Dropped support for Node v8 and v10
136136

137-
We no longer support Node v8 - v11. You'll need to update to Node v12.0.0 or
138-
later. NOTE: Support for Node.js v12.x.x will be dropped shortly after the
139-
Node.js Foundation stops supporting it in April 2022.
137+
As of v7.0.0 we no longer support Node v8-v10. You'll need to update to Node v12.0.0 or later.
138+
139+
#### v7.7.0+, Dropped support for Node v12
140+
141+
We no longer support Node v12. You'll need to update to Node v14.0.0 or later. NOTE: Support for Node.js v14.x.x will be dropped shortly after the Node.js Foundation stops supporting it in April 2023.
140142

141143
#### DockerHub repo has been moved to trufflesuite/ganache
142144

0 commit comments

Comments
 (0)