diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9aff2b9..7371a6f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: node-version: [19.x, 20.x] include: - os: ubuntu-latest - node-version: 15.x + node-version: 16.x steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 0b9971d..467628b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ PfP: Pain-free Passwords is a Firefox, Chrome and Opera password manager. It com Installing build prerequisites ------------------------------ -In order to build PfP you will need to install [Node.js](https://nodejs.org/) first (Node 15 or higher is required). Additional dependencies are installed using the following command in the extension directory: +In order to build PfP you will need to install [Node.js](https://nodejs.org/) first (Node 16 or higher is required). Additional dependencies are installed using the following command in the extension directory: npm install