Skip to content

Commit

Permalink
Merge pull request #182 from MakeNowJust-Labo/use-yarnrc
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust authored Dec 4, 2021
2 parents 733622a + 20fa511 commit 4d1c1ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
node-version: '14'
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile --ignore-platform
run: yarn install --frozen-lockfile
- name: Lint
run: |
yarn workspace eslint-plugin-redos lint
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
node-version: '14'
cache: 'yarn'
- name: Install
run: yarn install --frozen-lockfile --ignore-platform
run: yarn install --frozen-lockfile
- uses: actions/download-artifact@v2
with:
name: recheck.js
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
**/target
key: ${{ runner.os }}-build-${{ github.sha }}
- name: Install
run: yarn install --frozen-lockfile --ignore-platform
run: yarn install --frozen-lockfile
- uses: actions/download-artifact@v2
with:
name: recheck.js
Expand Down
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--ignore-platform true

0 comments on commit 4d1c1ad

Please sign in to comment.