Skip to content

chore(deps): update dependency serialize-javascript to v6 #1105

chore(deps): update dependency serialize-javascript to v6

chore(deps): update dependency serialize-javascript to v6 #1105

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '14'
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test
- name: Build
run: yarn build