Skip to content

Commit 9da78f8

Browse files
committed
Adds node 24 into test matrix
1 parent a5f93a6 commit 9da78f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [20, 22]
8+
node-version: [20, 22, 24]
99
steps:
1010
- run: set -e
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)