Skip to content

dependency updates #250

dependency updates

dependency updates #250

Workflow file for this run

name: Node Build

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

(Line: 14, Col: 21): A sequence was not expected
on:
push:
branches: [latest]
pull_request:
workflow_dispatch:
jobs:
build_and_test:
uses: OpenWonderLabs/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
node_version: [20, 22, 24]
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: OpenWonderLabs/.github/.github/workflows/eslint.yml@latest