Skip to content

Commit 6d7c2f1

Browse files
committed
Remove Node.js 18 from arm build
It is failing the build, every time. Not sure why.
1 parent 076da75 commit 6d7c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
node: ["18", "20", "21"]
75+
node: ["20", "21"]
7676
steps:
7777
- uses: actions/checkout@v4
7878
- uses: uraimo/[email protected]

0 commit comments

Comments
 (0)