Skip to content

Commit 20d3402

Browse files
committed
💥 Drop Node.js v20 from CI (#1488)
1 parent 5124e6a commit 20d3402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2929
strategy:
3030
matrix:
31-
node-version: [20.x, 22.x]
31+
node-version: [22.x]
3232

3333
steps:
3434
- name: Check out Git repository

0 commit comments

Comments
 (0)