Skip to content

Bump the test-and-lint group across 1 directory with 5 updates #843

Bump the test-and-lint group across 1 directory with 5 updates

Bump the test-and-lint group across 1 directory with 5 updates #843

Workflow file for this run

---
name: pr-tests
on: pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
env:
NODE_ENV: development
steps:
- name: Checkout repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Setup Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version-file: "package.json"
- name: Install Node dependencies
run: npm ci
- name: Tests
run: npm test