Skip to content

Bump typescript from 5.4.5 to 5.5.2 in the typescript group #1405

Bump typescript from 5.4.5 to 5.5.2 in the typescript group

Bump typescript from 5.4.5 to 5.5.2 in the typescript group #1405

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 3
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [16, 18]
steps:
- name: Check out repo
uses: actions/[email protected]
- name: Install Node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test
- run: npm run package