fix: remove node@20 from actions

This commit is contained in:
diced
2025-08-07 20:03:54 -07:00
parent 7997143024
commit 03fa98bed6

View File

@@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
node: [20.x, 22.x, 24.x]
node: [22.x, 24.x]
arch: [amd64, arm64]
runs-on: ubuntu-24.04${{ matrix.arch == 'arm64' && '-arm' || '' }}