Skip to content

Commit

Permalink
Slacken the Node.js version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaster1 committed Jul 15, 2024
1 parent 4e04499 commit 7e63f00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.0.2

Slacken the Node.js version requirements.

## v1.0.1

Fix files missing from the published package 🤦‍♂️
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klaster_1/testcafe-repeat-test",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tool to ergonomically repeat TestCafe tests",
"scripts": {
"generate-reports": "npx testcafe ./tests/testcafe/default.ts -r \"json:tests/default.report.json\" && testcafe ./tests/testcafe/no-rename.ts -r \"json:tests/no-rename.report.json\" && npx testcafe ./tests/testcafe/esm.mjs -r \"json:tests/esm.report.json\" --esm",
Expand Down Expand Up @@ -40,8 +40,7 @@
"typescript": "^5.5.3"
},
"engines": {
"node": ">=20.15.0",
"npm": ">=10.7.0"
"node": ">=20"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7e63f00

Please sign in to comment.