Skip to content

Commit

Permalink
fix: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria committed Apr 7, 2022
1 parent a4675cd commit 1e0ad6a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [16]
npm: [6, 8.5.0]
exclude:
- node: 16
npm: 6
node: [12, 14, 16]

steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -28,7 +25,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Install NPM
run: npm install -g npm@${{ matrix.npm }}
run: npm install -g npm@8.5.0

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 1e0ad6a

Please sign in to comment.