Skip to content

Commit

Permalink
use node version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jul 8, 2024
1 parent 7c7c4be commit edbbe7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- develop
jobs:
with:
test-script: npm test:coverage
coverage:
runs-on: ubuntu-latest
permissions:
Expand All @@ -12,4 +14,9 @@ jobs:
pull-requests: write
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 20

- uses: ArtiomTr/jest-coverage-report-action@v2

0 comments on commit edbbe7d

Please sign in to comment.