Skip to content

Bump @types/node from 20.14.11 to 20.14.12 in the types group #1284

Bump @types/node from 20.14.11 to 20.14.12 in the types group

Bump @types/node from 20.14.11 to 20.14.12 in the types group #1284

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main, '[0-9]+-[0-9]+-*']
workflow_dispatch:
workflow_run:
workflows: ['Dependabot']
branches-ignore: ['workflows/tests/*']
types:
- completed
workflow_call:
jobs:
test:
name: Test
if: ${{ !startsWith(github.head_ref, 'workflows/tests/') }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
uses: ./