Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Bump @babel/traverse from 7.12.1 to 7.23.2 #10

Bump @babel/traverse from 7.12.1 to 7.23.2

Bump @babel/traverse from 7.12.1 to 7.23.2 #10

Workflow file for this run

name: checks
on:
push:
pull_request:
paths:
- ".github/workflows/checks.yml"
- "dist/index.js"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install dependencies
run: npm install
- name: Checksum
run: npm run checksum