Skip to content

Commit

Permalink
fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 10, 2023
1 parent aaaebdc commit 455bef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-aught.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
with:
range: '< 10'
type: minors
command: npm run tests-only
command: npm run test

node:
name: 'node < 10'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-tens.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
with:
range: '>= 10'
type: minors
command: npm run tests-only
command: npm run test

node:
name: 'node >= 10'
Expand Down

0 comments on commit 455bef4

Please sign in to comment.