Skip to content

Commit d62cb0d

Browse files
authored
Merge pull request #775 from abraham/node
Test on node 22
2 parents 93a005b + fbfb23f commit d62cb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
node: [18, 20]
11+
node: [18, 20, 22]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)