Skip to content

chore(deps): bump es5-ext from 0.10.62 to 0.10.64 #442

chore(deps): bump es5-ext from 0.10.62 to 0.10.64

chore(deps): bump es5-ext from 0.10.62 to 0.10.64 #442

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: ⏬ Checkout
uses: actions/checkout@v4
- name: ⚙️ Setup Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- name: 🔋 Install
run: npm ci
- name: 🤖 Linting
run: npm run lint
- name: 🛠️ Building
run: npm run build