Skip to content

Including Node 22 in GHA tests. #9

Including Node 22 in GHA tests.

Including Node 22 in GHA tests. #9

Workflow file for this run

name: Push to json-csv (legacy)
on:
push:
branches: [ json-csv ]
jobs:
test:
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
uses: ./.github/workflows/legacy-test.yml
version-and-publish:
needs: test
if: ${{ !contains(github.event.head_commit.message, '#skip') }}
uses: ./.github/workflows/legacy-publish.yml
secrets: inherit