From 8be0a0fb75ad3d5a75d27cb00a1052312ad640b8 Mon Sep 17 00:00:00 2001 From: "Schwarz, Colin" <19342760+colinscz@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:43:11 +0100 Subject: [PATCH] chore: fix matrix os --- .github/workflows/publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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