Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

chore(deps-dev): bump @babel/traverse from 7.19.4 to 7.23.2 #420

chore(deps-dev): bump @babel/traverse from 7.19.4 to 7.23.2

chore(deps-dev): bump @babel/traverse from 7.19.4 to 7.23.2 #420

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
if: "(!contains(github.event.commits[0].message, '[skip ci]')) && (!contains(github.event.commits[0].message, '[ci skip]'))"
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and check 🔍
run: |
npx pnpm install
npx pnpm run validate
- name: Build 🔧
run: npx pnpm run build