Skip to content

Commit e9efa11

Browse files
committed
try restricting test workflow to node 18
1 parent f7aead4 commit e9efa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
node-version: [18.x, 20.x, 22.x]
35+
node-version: [18.x]
3636

3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)