Skip to content

Commit fe5c19e

Browse files
committed
Drop support for obsolete Node versions
1 parent 862592b commit fe5c19e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml renamed to .github/workflows/tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ jobs:
88
matrix:
99
node-version:
1010
- 18.x
11-
- 20.x
1211
- 22.x
13-
- 23.x
12+
- latest
1413
steps:
1514
- uses: actions/checkout@v4
1615
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)