Skip to content

Update dependency typescript to v5.8.3 #821

Update dependency typescript to v5.8.3

Update dependency typescript to v5.8.3 #821

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
name: test
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test