Skip to content

Commit e7aafa6

Browse files
committed
Removed Github deprecated node-18.x
1 parent ed0cb89 commit e7aafa6

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
@@ -6,7 +6,7 @@ jobs:
66
environment: ci
77
strategy:
88
matrix:
9-
node-version: ['18.x', '20.x', '21.x']
9+
node-version: ['20.x', '21.x']
1010
python-version: ['3.9', '3.10', '3.11']
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)