Skip to content

Commit

Permalink
ci: drop node 8 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 7, 2024
1 parent 0e7e844 commit b37b798
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8, 10, 12]
node-version: [10, 12, 14]

steps:
- name: Checkout repository
Expand Down

0 comments on commit b37b798

Please sign in to comment.