Skip to content

Commit

Permalink
chore: remove Node 5 and 7 from CI because GitHub actions is bugging …
Browse files Browse the repository at this point in the history
…out with them
  • Loading branch information
vkarpov15 committed Feb 20, 2023
1 parent e33a8be commit cdab11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
node: [4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cdab11e

Please sign in to comment.