Skip to content

Bump nanoid from 3.3.6 to 3.3.8 in /web #12

Bump nanoid from 3.3.6 to 3.3.8 in /web

Bump nanoid from 3.3.6 to 3.3.8 in /web #12

Workflow file for this run

# github workflow to build and test
name: 'Build'
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- run: npm install
- run: npm run compile