Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
BREAKING: Increase minimum Node.js version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 12, 2023
1 parent 06ac733 commit c8c155c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12
v16
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/MetaMask/web3-provider-engine",
"main": "index.js",
"engines": {
"node": ">=12.0.0"
"node": "^16.20 || ^18.16 || >=20"
},
"scripts": {
"test": "node test/index.js && yarn lint",
Expand Down

0 comments on commit c8c155c

Please sign in to comment.