ci: node.js 23 -> 24 (#809)

This commit is contained in:
lajczi
2025-05-13 23:47:14 +02:00
committed by GitHub
parent 08eb2df26c
commit 486165625d

View File

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