Skip to content

Bump @types/node from 20.13.0 to 20.14.7 #39

Bump @types/node from 20.13.0 to 20.14.7

Bump @types/node from 20.13.0 to 20.14.7 #39

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 20.12.2
- name: Install Dependencies
run: "yarn install"
- name: Run unit tests
run: "yarn test"
- name: Run e2e tests
run: "yarn ci:e2e"