Skip to content

Commit ca525e0

Browse files
committed
update node verion in workflow.
1 parent eb7e752 commit ca525e0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
matrix:
1515
# Releases https://github.com/nodejs/release#release-schedule
1616
node-version:
17-
- 20.x # Maintenance
18-
- 22.x # LTS
19-
- 24.x # Current
17+
- 22.x # Maintenance
18+
- 24.x # Active
2019

2120
steps:
2221
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)