diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fef12bf73..00c564ff3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,11 @@ on: jobs: publish-npm: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ ubuntu-latest ] + node: [ 16 ] ## if: github.ref == 'refs/heads/main' steps: - name: Checkout