Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Bump @babel/traverse from 7.13.13 to 7.27.0 #41

Bump @babel/traverse from 7.13.13 to 7.27.0

Bump @babel/traverse from 7.13.13 to 7.27.0 #41

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, and lint
run: |
npm ci
npm run lint
env:
CI: true