Skip to content

Commit

Permalink
ci: tests works on node 12 again
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed May 30, 2023
1 parent 787a9fc commit 88b9bf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -46,9 +46,8 @@
"check": "run-s clean && run-p check:*",
"clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts')",
"clean": "run-p clean:*",
"test-ci": "run-s test:*",
"test:tape": "c8 --reporter=lcov --reporter=text tape test/clone.js test/*.js",
"test": "run-s check test:*",
"test-ci": "c8 --reporter=lcov --reporter=text tape test/clone.js test/*.js",
"test": "run-s check test-ci",
"prepublishOnly": "run-s build"
},
"dependencies": {
Expand Down

0 comments on commit 88b9bf4

Please sign in to comment.