Skip to content

Commit

Permalink
ci: Run tests on Node 8 (ubuntu-latest x86)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Jul 10, 2024
1 parent 27630eb commit 8588985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
strategy:
matrix:
include:
- { node: 8, os: ubuntu-latest, arch: x86 }
- { node: 8, os: windows-latest, arch: x86 }
- { node: 12, os: macos-latest, arch: x64 }
- { node: 16, os: ubuntu-latest, arch: x64 }
Expand Down

0 comments on commit 8588985

Please sign in to comment.