Skip to content

Commit e0be2ea

Browse files
committed
.github/workflows/build.yml: update node versions
Since we have limited GitHub Actions credits we should only run on the latest two LTS versions (currently v22 and v24). See: https://nodejs.org/en/about/previous-releases
1 parent b837387 commit e0be2ea

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
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
# Create a matrix of Node versions to test against (in parallel)
4646
matrix:
47-
node-version: [20.x, 22.x]
47+
node-version: [22.x, 24.x]
4848
# Do NOT exit immediately if one matrix job fails
4949
fail-fast: false
5050
# These are the actual CI steps to perform per job

0 commit comments

Comments
 (0)