Skip to content

Commit

Permalink
Use latest NodeJS for development, improve workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Jul 18, 2024
1 parent a3f0dd5 commit 746f091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.20.3
nodejs 22.5.0

0 comments on commit 746f091

Please sign in to comment.