Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #17

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #17

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: ""