Skip to content

Commit

Permalink
Added matrix to try building with different versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
Renzo van Hootegem committed Nov 7, 2024
1 parent 5d7d3b8 commit 8f4ade2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/periodic-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
message: Graphcommerce start building
notifyOnlyOnFailure: true
publish:
strategy:
matrix:
version: [18, 20, 22]
runs-on: ubuntu-latest
outputs:
published: ${{ steps.changesets.outputs.published }}
Expand All @@ -29,7 +32,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 20
node-version: ${{ matrix.version }}
registry-url: 'https://registry.npmjs.org'
scope: '@graphcommerce'
- name: yarn install && yarn postinstall
Expand Down

0 comments on commit 8f4ade2

Please sign in to comment.