Skip to content

Merge pull request #296 from includable/dependabot/npm_and_yarn/ws-6.2.3 #400

Merge pull request #296 from includable/dependabot/npm_and_yarn/ws-6.2.3

Merge pull request #296 from includable/dependabot/npm_and_yarn/ws-6.2.3 #400

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test