Skip to content

Commit 746f091

Browse files
committed
Use latest NodeJS for development, improve workflows
1 parent a3f0dd5 commit 746f091

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
5151
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
5252
COVERALLS_SERVICE_NAME: GitHub Actions
53-
run: yarn run jest --coverage && yarn run coveralls --verbose < coverage/lcov.info
53+
run: yarn coverage && yarn run coveralls --verbose < coverage/lcov.info

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.20.3
1+
nodejs 22.5.0

0 commit comments

Comments
 (0)