Skip to content

Merge pull request #47 from purescript/bump-vuln-deps #49

Merge pull request #47 from purescript/bump-vuln-deps

Merge pull request #47 from purescript/bump-vuln-deps #49

Workflow file for this run

name: "CI"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
release:
types: [ "published" ]
defaults:
run:
shell: "bash"
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-node@v3"
with:
node-version: "14.x"
- run: npm install --ignore-scripts --no-fund
- run: npm test -- --no-check-coverage --timeout=60