Skip to content

Commit

Permalink
pnpm dropped support for node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 7, 2023
1 parent fb1eed6 commit 06ace34
Show file tree
Hide file tree
Showing 2 changed files with 2,020 additions and 2,535 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"webpack": "^5"
},
"engines": {
"node": "14.* || >= 16"
"node": ">= 16"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -127,7 +127,7 @@
}
},
"volta": {
"node": "14.20.0",
"yarn": "1.22.11"
"node": "16.20.0",
"pnpm": "8.1.1"
}
}
Loading

0 comments on commit 06ace34

Please sign in to comment.