Skip to content

bump deps, fix lint, errors, ci #4

bump deps, fix lint, errors, ci

bump deps, fix lint, errors, ci #4

Workflow file for this run

name: Run CI on commit-graph
on:
pull_request:
push:
branches: [ main ]
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
- name: Run the "npm ci" command
run: npm ci
- name: Run the "npm run build" command
run: npm run build
- name: Run the "npm test" command
run: npm test