Skip to content

Update dependency @types/qrcode to v1.5.2 #1885

Update dependency @types/qrcode to v1.5.2

Update dependency @types/qrcode to v1.5.2 #1885

Workflow file for this run

name: jest
on:
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn test:coverage
- name: Upload test coverage artifact
uses: actions/upload-artifact@v3
with:
name: jest-coverage
path: coverage