Skip to content

chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in the typescript group #2177

chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in the typescript group

chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in the typescript group #2177

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
jobs:
unit:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm install --global npm@"$(npm pkg get 'engines.npm' | jq -r .)" && npm -v
- run: npm ci
- run: git diff --exit-code # check dist/
- run: npm test --ignore-scripts
smoke:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./
lint:
uses: ybiquitous/.github/.github/workflows/nodejs-lint-reusable.yml@main