Skip to content

Bump fsevents from 1.2.9 to 1.2.13 #112

Bump fsevents from 1.2.9 to 1.2.13

Bump fsevents from 1.2.9 to 1.2.13 #112

Workflow file for this run

name: build
on: [pull_request]
jobs:
npm-run-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Read .nvmrc
id: nvmrc
shell: bash
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- uses: actions/setup-node@v2
with:
node-version: ${{ steps.nvmrc.outputs.NODE_VERSION }}
- run: npm ci
- run: npm run build
env:
CI: true