Skip to content

Commit

Permalink
fix: downgrade lerna to resolve ESM requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Aug 2, 2024
1 parent bb94776 commit bf76a3c
Show file tree
Hide file tree
Showing 3 changed files with 1,841 additions and 741 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:
- develop
- release
- master
- fix-release

jobs:
canary:
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.ref_name == 'develop' && github.repository_owner == 'dequelabs'
if: github.ref_name == 'fix-release' && github.repository_owner == 'dequelabs'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit bf76a3c

Please sign in to comment.