Skip to content

Commit

Permalink
Remove Node.js 18 from arm build
Browse files Browse the repository at this point in the history
It is failing the build, every time. Not sure why.
  • Loading branch information
giggio committed Feb 16, 2024
1 parent 076da75 commit 6d7c2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["18", "20", "21"]
node: ["20", "21"]
steps:
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.6.0
Expand Down

0 comments on commit 6d7c2f1

Please sign in to comment.