Skip to content

deps(dev): Bump typescript from 5.5.4 to 5.6.2 #13

deps(dev): Bump typescript from 5.5.4 to 5.6.2

deps(dev): Bump typescript from 5.5.4 to 5.6.2 #13

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test-indexer:
runs-on: ubuntu-latest
env:
NPM_CONFIG_WORKSPACE: indexer
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm test
lint-all:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint