Skip to content

Bump @swc/cli from 0.1.57 to 0.3.10 #281

Bump @swc/cli from 0.1.57 to 0.3.10

Bump @swc/cli from 0.1.57 to 0.3.10 #281

Workflow file for this run

name: Integration Test - Browser
on:
push:
branches: [main]
pull_request:
jobs:
test_browser:
name: macos-latest
runs-on: macos-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16 x64
uses: actions/setup-node@v2
with:
node-version: 16
architecture: x64
- run: npm ci
- run: npm run build-dev
- run: npm run test-browser