Skip to content

Bump @babel/traverse from 7.22.20 to 7.23.2 in /typescript #10

Bump @babel/traverse from 7.22.20 to 7.23.2 in /typescript

Bump @babel/traverse from 7.22.20 to 7.23.2 in /typescript #10

Workflow file for this run

name: Npm
on:
push:
branches:
- '**'
paths:
- 'typescript/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Yarn install
working-directory: typescript
run: yarn install
- name: Test
working-directory: typescript
run: yarn jest