Skip to content

Bump @babel/traverse from 7.22.11 to 7.23.2 #10

Bump @babel/traverse from 7.22.11 to 7.23.2

Bump @babel/traverse from 7.22.11 to 7.23.2 #10

name: React-PhoneNr-Input
on:
pull_request:
branches: [ main ]
jobs:
continuous-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: |
yarn install --frozen-lockfile
- name: Run Continuous Integration
run: |
yarn ci