Skip to content

Commit

Permalink
Fixes semantic release breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
amuramoto committed Mar 27, 2023
1 parent eb9e714 commit ecc94b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm i
- run: npm run test:jest
- run: npm run build
Expand Down

0 comments on commit ecc94b2

Please sign in to comment.