Skip to content

Commit

Permalink
ci: improve matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Dec 27, 2021
1 parent d20f879 commit d6e4cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
matrix:
node: [14, 16]
eslint: [7, 8]
eslint: ['7.0.0', '7.7.0', '7.8.0', 7, 8]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d6e4cc4

Please sign in to comment.