Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 14 updates #35

chore(deps): bump the npm_and_yarn group across 1 directory with 14 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 14 updates #35

Workflow file for this run

name: PR Test
on: [pull_request]
jobs:
test-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Clean install deps
run: npm ci
- name: Run tests
run: npm test