mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-12 20:22:30 +00:00
Adds ignore engines
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Installing dependencies
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install
|
||||
cmd: install --ignore-engines
|
||||
- name: Linting
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install
|
||||
cmd: install --ignore-engines
|
||||
- name: Running tests
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user