Skip to content

chore: Bump core-js from 3.38.1 to 3.39.0 (#5083) #10733

chore: Bump core-js from 3.38.1 to 3.39.0 (#5083)

chore: Bump core-js from 3.38.1 to 3.39.0 (#5083) #10733

Workflow file for this run

name: Lint
on:
push:
branches: [staging, main]
pull_request:
branches: [staging, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{github.token}}
- name: Checkout
uses: actions/checkout@v4
- name: Yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Install JS dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint