From 26f594b700543ff5121678a93ca34ac9df311259 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Fri, 12 Jul 2024 18:29:36 -0700 Subject: [PATCH] Trying to install yarn 4 at ci. --- .github/workflows/ohm.deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ohm.deploy.yml b/.github/workflows/ohm.deploy.yml index a327394a..152193d6 100644 --- a/.github/workflows/ohm.deploy.yml +++ b/.github/workflows/ohm.deploy.yml @@ -11,12 +11,16 @@ jobs: permissions: pages: write contents: write + strategy: + matrix: + node-version: [ "18.x", "20.x" ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "18.x" + node-version: ${{ matrix.node-version }} + - run: corepack enable - run: yarn install - run: yarn build - name: Deploy to https://${{ github.actor }}.github.io/${{ github.event.repository.name }}/