Skip to content

Update dependencies and refactor instance handling #1

Update dependencies and refactor instance handling

Update dependencies and refactor instance handling #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test