fix: added specific npm version to fix peerDependency issue (#247)

This commit is contained in:
Muhammad Abdullah Waheed
2022-06-16 15:06:30 +05:00
committed by GitHub
parent af2ece8290
commit bf70fd1450

View File

@@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
node: [16]
npm: [8.5.x]
steps:
- name: Checkout
@@ -23,7 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@${{ matrix.npm }}
- name: Install dependencies
run: npm ci