Skip to content

chore(deps): update swc monorepo #12707

chore(deps): update swc monorepo

chore(deps): update swc monorepo #12707

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: install deps
run: yarn
- name: lint
run: yarn lint
- name: build
run: yarn build
- name: test
run: yarn test