Including Node 22 in GHA tests. #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |