Skip to content

ci: move Node to 24 LTS and bump GitHub Actions #163

ci: move Node to 24 LTS and bump GitHub Actions

ci: move Node to 24 LTS and bump GitHub Actions #163

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
uses: thedavidweng/cli-workflow-template/.github/workflows/go-ci.yml@main
with:
enable-coverage: true
enable-conventions: true
secrets: inherit