Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Sep 15, 2024
1 parent 7305a46 commit cc7eff8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: install
if: steps.lerna_cache_node_modules.outputs.cache-hit != 'true'
run: |
yarn
yarn --ignore-engines
yarn bootstrap
lint:
Expand Down Expand Up @@ -102,9 +102,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18

- name: restore lerna
id: lerna_cache_node_modules
Expand Down

0 comments on commit cc7eff8

Please sign in to comment.