Skip to content

build(deps-dev): bump @types/node from 22.7.7 to 22.8.6 #957

build(deps-dev): bump @types/node from 22.7.7 to 22.8.6

build(deps-dev): bump @types/node from 22.7.7 to 22.8.6 #957

Workflow file for this run

name: typescript-gate
on:
merge_group:
types: [checks_requested]
pull_request:
paths:
- src/**
- tests/**
- '*.json'
- action.yml
- .github/workflows/typescript-gate.yml
push:
branches:
- main
paths:
- src/**
- tests/**
- '*.json'
- action.yml
- .github/workflows/typescript-gate.yml
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v3.5.2
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
cache: yarn
env:
GITHUB_TOKEN: ${{ github.token }}
- run: yarn
- run: yarn build
- run: yarn test
env:
GITHUB_TOKEN: ${{ github.token }} # GH cli call needs the token
- run: yarn format-check
- run: yarn lint
- run: yarn package