Skip to content

Bump @babel/preset-typescript from 7.22.15 to 7.23.2 #635

Bump @babel/preset-typescript from 7.22.15 to 7.23.2

Bump @babel/preset-typescript from 7.22.15 to 7.23.2 #635

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Run audit
run: npm run test:audit
- name: Run format test
run: npm run test:format
- name: Run Lint
run: npm run lint
- name: Run types test
run: npm run test:types
- name: Run build test
run: npm run build
- name: Run tests
run: npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}