Skip to content

Commit

Permalink
ci(github-actions): remove node strategy matrix from lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyhqtran committed Feb 9, 2020
1 parent 12b3635 commit e810ca8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Expand Up @@ -8,10 +8,6 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]

steps:
- uses: actions/checkout@v2
- name: npm ci
Expand Down

1 comment on commit e810ca8

@vercel
Copy link

@vercel vercel bot commented on e810ca8 Feb 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.