Skip to content

chore(deps): bump core-js from 3.30.1 to 3.32.0 #1686

chore(deps): bump core-js from 3.30.1 to 3.32.0

chore(deps): bump core-js from 3.30.1 to 3.32.0 #1686

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [14]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install dependencies
run: yarn install
- name: Validate manifest
run: yarn validate
- name: Run linter
run: yarn lint
- name: Build
run: yarn build