Skip to content

Bump jest from 29.6.2 to 29.6.4 #333

Bump jest from 29.6.2 to 29.6.4

Bump jest from 29.6.2 to 29.6.4 #333

Workflow file for this run

name: Test Coveralls
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Coverage
run: |
npm ci
npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}