Skip to content

Commit 6e9f8cb

Browse files
committed
Update node version references to min v16
1 parent 4f726db commit 6e9f8cb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: [14.x, 16.x]
14+
node-version: [16.x, 18.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12
1+
v16

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ static-server node_modules/@metamask/test-dapp/dist --port 9011
1616

1717
### Setup
1818

19-
- Install [Node.js](https://nodejs.org) version 12
19+
- Install [Node.js](https://nodejs.org) version 16
2020
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
2121
- Install [Yarn v1](https://yarnpkg.com/en/docs/install)
2222
- Run `yarn setup` to install dependencies and run any required post-install scripts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "5.7.0",
44
"description": "A simple dapp used in MetaMask e2e tests.",
55
"engines": {
6-
"node": ">= 12.0.0"
6+
"node": ">= 16.0.0"
77
},
88
"scripts": {
99
"setup": "yarn install && yarn allow-scripts",

0 commit comments

Comments
 (0)