Skip to content

fix: upgrade core-js from 3.21.1 to 3.37.0 #4582

fix: upgrade core-js from 3.21.1 to 3.37.0

fix: upgrade core-js from 3.21.1 to 3.37.0 #4582

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn
- run: yarn lint:code
- run: yarn lint:types