Skip to content

Commit 6a84810

Browse files
committed
temporarily disable node 20
1 parent 6555633 commit 6a84810

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
@@ -54,7 +54,7 @@ jobs:
5454
test:
5555
strategy:
5656
matrix:
57-
node-version: [20, 22, 24]
57+
node-version: [22, 24]
5858
runs-on: ubuntu-24.04
5959
steps:
6060
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)