Skip to content

fix: implement update command and improve error handling #19

fix: implement update command and improve error handling

fix: implement update command and improve error handling #19

Workflow file for this run

name: Jest Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run Jest tests
run: npm test