Skip to content

Merge pull request #85 from github/dependabot/npm_and_yarn/npm_and_ya… #144

Merge pull request #85 from github/dependabot/npm_and_yarn/npm_and_ya…

Merge pull request #85 from github/dependabot/npm_and_yarn/npm_and_ya… #144

Workflow file for this run

name: Node CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install, and test
run: |
npm install
npm test
env:
CI: true