Skip to content

Commit

Permalink
Updated Node requirements, eslint requires Node 17
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Jun 21, 2024
1 parent 6d6cd40 commit 952b7d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [19.x, 20.x]
node-version: [21.x, 22.x]
include:
- os: ubuntu-latest
node-version: 16.x
node-version: 17.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 16 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 17 or higher is required). Additional dependencies are installed using the following command in the extension directory:

npm install

Expand Down

0 comments on commit 952b7d2

Please sign in to comment.