Skip to content

Bump tar and fsevents #42

Bump tar and fsevents

Bump tar and fsevents #42

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
- release/*
pull_request:
branches:
- master
- release/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm install
- run: npm run build --if-present
- run: npm test