Use require.resolve as a fallback of path.resolve (#342)

This commit is contained in:
Alexander Kachkaev 2020-10-22 04:40:54 +01:00 committed by David Anson
parent bc0b7373ff
commit 4bff44e33f
9 changed files with 5672 additions and 8 deletions

View file

@ -27,8 +27,8 @@ jobs:
- name: Install Dependencies
run: npm install --no-package-lock
- name: Run All Validations
if: ${{ matrix.node-version != '10.x' }}
if: ${{ matrix.node-version == '14.x' }}
run: npm run ci
- name: Run Tests Only
if: ${{ matrix.node-version == '10.x' }}
if: ${{ matrix.node-version != '14.x' }}
run: npm run test