Skip to content

Commit

Permalink
Require Node 16 or higher (Node 15 doesn't have node:process module)
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Jan 3, 2024
1 parent a22c94a commit 3b3657b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b3657b

Please sign in to comment.