Skip to content

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#174) #405

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#174)

chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#174) #405

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run lint