Skip to content

Bump @jest/console from 25.1.0 to 29.6.2 #157

Bump @jest/console from 25.1.0 to 29.6.2

Bump @jest/console from 25.1.0 to 29.6.2 #157

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
target_node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Use Node.js 16.x
- uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn install
- run: yarn build
- run: yarn test:js --coverage
- uses: codecov/codecov-action@v3
with:
flags: javascript
- run: yarn test:ts --coverage
- uses: codecov/codecov-action@v3
with:
flags: typescript