Skip to content

Temporarily revert publish to using node 16.x to fix broken publish (… #37

Temporarily revert publish to using node 16.x to fix broken publish (…

Temporarily revert publish to using node 16.x to fix broken publish (… #37

Workflow file for this run

name: CI (Publish)
on:
push:
branches: [ "main" ]
jobs:
unit-tests:
uses: ./.github/workflows/unit-tests.yml
coverage:
uses: ./.github/workflows/coverage.yml
needs: unit-tests
publish-caliper:
uses: ./.github/workflows/publish.yml
needs: unit-tests
secrets: inherit