We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f0dd5 commit 746f091Copy full SHA for 746f091
.github/workflows/main.yml
@@ -50,4 +50,4 @@ jobs:
50
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
51
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
52
COVERALLS_SERVICE_NAME: GitHub Actions
53
- run: yarn run jest --coverage && yarn run coveralls --verbose < coverage/lcov.info
+ run: yarn coverage && yarn run coveralls --verbose < coverage/lcov.info
.tool-versions
@@ -1 +1 @@
1
-nodejs 18.20.3
+nodejs 22.5.0
0 commit comments