Skip to content

chore(deps): bump @babel/runtime-corejs3 from 7.26.7 to 7.26.10 #1706

chore(deps): bump @babel/runtime-corejs3 from 7.26.7 to 7.26.10

chore(deps): bump @babel/runtime-corejs3 from 7.26.7 to 7.26.10 #1706

Workflow file for this run

name: Can build
on:
push:
pull_request:
jobs:
canBuild:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4.3.0
with:
node-version: "lts/*"
- name: Install 💻
run: |
npm install
- name: Build 🤖
run: |
npm run build