Skip to content

Bump core-js from 3.32.0 to 3.37.0 #7

Bump core-js from 3.32.0 to 3.37.0

Bump core-js from 3.32.0 to 3.37.0 #7

Workflow file for this run

name: Pull Request
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
Build-Test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🔔
uses: actions/checkout@v4
- run: corepack enable
- name: Node Setup 🔔
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: install 🔨
run: yarn install
- name: build 🔨
run: lerna run build
- name: typecheck 🚀
run: yarn typecheck
- name: testing 🚀
run: yarn test