Skip to content

Bump @babel/traverse from 7.22.5 to 7.23.2 (#1197) #1840

Bump @babel/traverse from 7.22.5 to 7.23.2 (#1197)

Bump @babel/traverse from 7.22.5 to 7.23.2 (#1197) #1840

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: bahmutov/npm-install@v1
- run: npm test
env:
CI: true