Skip to content

test: verify against multiple versions of node #38

test: verify against multiple versions of node

test: verify against multiple versions of node #38

Workflow file for this run

name: CI
on:
pull_request:
branches: ['main']
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/composite/verify
verify-runtimes:
needs: build
uses: ./.github/workflows/runtime-tests.yml