Skip to content

Bump core-js from 3.38.1 to 3.39.0 #682

Bump core-js from 3.38.1 to 3.39.0

Bump core-js from 3.38.1 to 3.39.0 #682

Workflow file for this run

name: lint
on: [pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npm run lint