Skip to content

build(deps): bump scratch-svg-renderer from 3aaf933 to 802f9f7 #2041

build(deps): bump scratch-svg-renderer from 3aaf933 to 802f9f7

build(deps): bump scratch-svg-renderer from 3aaf933 to 802f9f7 #2041

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 10.x
- run: npm ci
- run: npm run build
- run: npm run test:unit