Skip to content

fix(dependabot): 1, CVE-2023-44270 #29

fix(dependabot): 1, CVE-2023-44270

fix(dependabot): 1, CVE-2023-44270 #29

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
cache-dependency-path: yarn.lock
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test