Skip to content

Commit

Permalink
chore: prevent to install things with a major nodejs 22
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Dec 9, 2024
1 parent 1ff1814 commit 68c0aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions e2e-tests/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,5 @@
"dotenv": "16.4.5",
"@phantom/synpress": "4.0.0-alpha.53",
"fuels": "0.96.1"
},
"engines": {
"node": ">=20.11.0",
"pnpm": "9.x"
},
"packageManager": "pnpm@9.5.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"vitest": "2.0.2"
},
"engines": {
"node": ">=20.11.0",
"node": "20.x",
"pnpm": "9.x"
},
"pnpm": {
Expand Down

0 comments on commit 68c0aee

Please sign in to comment.