Skip to content

Bump @babel/traverse from 7.17.3 to 7.23.2 #56

Bump @babel/traverse from 7.17.3 to 7.23.2

Bump @babel/traverse from 7.17.3 to 7.23.2 #56

Workflow file for this run

name: lint and test action
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- name: npm install
run: npm install
- uses: reviewdog/action-eslint@v1
- name: run test
run: npm run test