Skip to content

Bump @types/node from 22.14.0 to 22.14.1 #524

Bump @types/node from 22.14.0 to 22.14.1

Bump @types/node from 22.14.0 to 22.14.1 #524

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-action:
name: Test Action
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-14, windows-2022]
steps:
- name: Checkout Project
uses: actions/[email protected]
with:
repository: threeal/cpp-starter
ref: v1.0.0
- name: Checkout Action
uses: actions/[email protected]
with:
path: ctest-action
sparse-checkout: |
dist
action.yml
sparse-checkout-cone-mode: false
- name: Setup Ninja
uses: seanmiddleditch/gha-setup-ninja@v6
- name: Build Project
uses: threeal/[email protected]
with:
generator: Ninja
options: BUILD_TESTING=ON
- name: Test Project
uses: ./ctest-action