Skip to content

chore(deps): bump es5-ext from 0.10.53 to 0.10.63 #2087

chore(deps): bump es5-ext from 0.10.53 to 0.10.63

chore(deps): bump es5-ext from 0.10.53 to 0.10.63 #2087

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Setup Node.js 16.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16.x
- name: Install Dependencies
run: npm ci
- name: Run type check
run: npm run typecheck
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Setup Node.js 16.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16.x
- name: Install Dependencies
run: npm ci
- name: Run type check
run: npm run test:ci
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Setup Node.js 16.x
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
with:
node-version: 16.x
- name: Install Dependencies
run: npm ci
- name: Run type check
run: npm run lint