Skip to content

Commit

Permalink
This should work eventually
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed May 10, 2024
1 parent 40e4496 commit 9b8127d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Use yarn 3.8.1
run: yarn set version 3.8.1
- name: Enable corepack
run: corepack enable
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/collect-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use yarn 3.8.1
run: yarn set version 3.8.1
- name: Enable corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: "18"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use yarn 3.8.1
run: yarn set version 3.8.1
- name: Enable corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 16
Expand Down

0 comments on commit 9b8127d

Please sign in to comment.