Skip to content

fix: upgrade core-js from 3.21.1 to 3.36.1 #4580

fix: upgrade core-js from 3.21.1 to 3.36.1

fix: upgrade core-js from 3.21.1 to 3.36.1 #4580

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