Skip to content

Commit

Permalink
Trying to install yarn 4 at ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jul 13, 2024
1 parent 5e0b432 commit 26f594b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ohm.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/
Expand Down

0 comments on commit 26f594b

Please sign in to comment.