Skip to content

Commit 949b333

Browse files
fix: remove node 20
1 parent be4ff8a commit 949b333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

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

1515
strategy:
1616
matrix:
17-
node-version: [20.x, 22.x, 24.x]
17+
node-version: [22.x, 24.x]
1818

1919
steps:
2020
- name: Check out code

0 commit comments

Comments
 (0)