Skip to content

Commit

Permalink
Set yarn-2-with-node-modules node engine to 20.x (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen authored Oct 31, 2024
1 parent ebd55c9 commit 3d570e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/fixtures/yarn-2-with-node-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": "20.x"
},
"dependencies": {
"lodash": "^4.16.4",
"typescript": "^3.9.3"
Expand Down

0 comments on commit 3d570e2

Please sign in to comment.