Skip to content

Commit

Permalink
fix: usage of deprecated version of Node.js (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Jun 21, 2024
1 parent c9049dc commit cba4eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pnpm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
base-path: packages/solid
path-to-lcov: "./packages/solid/coverage/lcov.info"
Expand Down

0 comments on commit cba4eee

Please sign in to comment.