Skip to content

build(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.7 #1583

build(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.7

build(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.7 #1583

Workflow file for this run

name: Jest
on: [pull_request]
jobs:
Run-jest-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Jest
run: |
echo "The job was automatically triggered by a ${{ github.event_name }} event."
npm install
npm run build
npm run test