diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b21845ce..6c347080 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,4 +50,4 @@ jobs: COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}" COVERALLS_GIT_BRANCH: "${{ github.ref }}" COVERALLS_SERVICE_NAME: GitHub Actions - run: yarn run jest --coverage && yarn run coveralls --verbose < coverage/lcov.info + run: yarn coverage && yarn run coveralls --verbose < coverage/lcov.info diff --git a/.tool-versions b/.tool-versions index daa815bf..98917f8a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 18.20.3 +nodejs 22.5.0