Skip to content

chore: 노드 버전을 18로 업그레이드 및 테스트 CI worker 조정 #7

chore: 노드 버전을 18로 업그레이드 및 테스트 CI worker 조정

chore: 노드 버전을 18로 업그레이드 및 테스트 CI worker 조정 #7

Workflow file for this run

name: Test coverage for pull request
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}