Skip to content

Bump @zeit/ncc from 0.20.5 to 0.22.3 #73

Bump @zeit/ncc from 0.20.5 to 0.22.3

Bump @zeit/ncc from 0.20.5 to 0.22.3 #73

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
with:
text: 'https://github.com/snow-actions/qrcode'