Skip to content

Commit

Permalink
Removing Node.js versions 8 and 10 from GitHub Actions test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Oct 9, 2023
1 parent 67bc86b commit 2354275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodejs_version: [ "8.10", 10, 12, 14, 16, 18 ]
nodejs_version: [ 12, 14, 16, 18 ]

steps:
- name: Checkout
Expand Down

0 comments on commit 2354275

Please sign in to comment.