chore(gha/test): update Node.js version in matrix for build jobs
This commit is contained in:
parent
79b3e0d6dd
commit
15e86a9eb4
|
|
@ -115,7 +115,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node-version: [ 23, 22, 20 ]
|
||||
node-version: [ 24, 22, 20 ]
|
||||
name: Build radar and maintainer on Node ${{ matrix.node-version }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue