Skip to content

build(deps-dev): bump @types/node from 20.11.0 to 20.11.5 #75

build(deps-dev): bump @types/node from 20.11.0 to 20.11.5

build(deps-dev): bump @types/node from 20.11.0 to 20.11.5 #75

Workflow file for this run

name: Pre-Merge Checks
on:
push:
branches:
- "**"
- "!main"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
prepare-npm-cache-ubuntu:
uses: ./.github/workflows/prepare-cache.yml
with:
os: ubuntu-latest
lint:
uses: ./.github/workflows/lint.yml
needs: prepare-npm-cache-ubuntu
test-ubuntu:
uses: ./.github/workflows/test.yml
needs: prepare-npm-cache-ubuntu
with:
os: ubuntu-latest