Skip to content

Bump micromatch from 4.0.7 to 4.0.8 #11

Bump micromatch from 4.0.7 to 4.0.8

Bump micromatch from 4.0.7 to 4.0.8 #11

Workflow file for this run

name: Archiver Viewer CI
on:
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
- name: Install 🔧
run: npm install
- name: Test 🚨
run: npm test
- name: Build 🏗️
run: npm run build
env:
CI: ""