Skip to content

Commit 3dbe2d4

Browse files
chore: drop node 20
1 parent 07f0411 commit 3dbe2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
max-parallel: 3
4848
matrix:
49-
node: [20, 22, 24]
49+
node: [22, 24]
5050
platform: [ubuntu-latest, macos-latest, windows-latest]
5151
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
5252
runs-on: ${{matrix.platform}}

0 commit comments

Comments
 (0)