Skip to content

Commit

Permalink
fix alpine tests (missing strategy.matrix.node-version)
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 18, 2024
1 parent c3c6bc2 commit bf0a93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
matrix:
# my eyes can't discern arm64 from amd64
arch: [x64, arm64]
node-version: [18, 20, 22, 23]
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bf0a93a

Please sign in to comment.