Skip to content

Commit a785f88

Browse files
committed
test on NodeJS 22 and 24 explicitly, without relying on just LTS and latest version
1 parent 41793dc commit a785f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
strategy:
1111
matrix:
12-
node: ["lts/*", "latest", "20"]
12+
node: ["lts/*", "latest", "20", "22", "24"]
1313
steps:
1414
- name: Checkout the repository
1515
uses: actions/checkout@v5

0 commit comments

Comments
 (0)