Skip to content

Merge pull request #123 from delete-44/dependabot/npm_and_yarn/tough-… #374

Merge pull request #123 from delete-44/dependabot/npm_and_yarn/tough-…

Merge pull request #123 from delete-44/dependabot/npm_and_yarn/tough-… #374

Workflow file for this run

name: Run Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- run: npm run build --if-present
- run: npm run test-ci