Skip to content

Bump shell-quote from 1.7.2 to 1.8.3 #374

Bump shell-quote from 1.7.2 to 1.8.3

Bump shell-quote from 1.7.2 to 1.8.3 #374

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: npm install, build
run: |
npm install
npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: dist
path: dist