Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.19.3
22.15.1
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The Web Monetization browser extension is an open source implementation of the W
### Environment Setup

```sh
# Install Node 20
# Install Node 22
# For Linux/macOS
nvm install lts/iron
nvm use lts/iron
nvm install lts/jod
nvm use lts/jod

# For Windows
nvm install lts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"pnpm": "^10.12.4",
"npm": "pnpm",
"yarn": "pnpm",
"node": "^20.19.3"
"node": "^22.15.1"
},
"pnpm": {
"overrides": {
Expand Down
Loading