Skip to content

Commit

Permalink
Oops, also test on Node.js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr0grog authored Jan 9, 2024
1 parent 163a7f0 commit a4dca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [8, 10, 12, 14, 16, 18, 20]
node_version: [6, 8, 10, 12, 14, 16, 18, 20]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a4dca53

Please sign in to comment.