Skip to content

Commit 9d08cb1

Browse files
committed
update CI workflows to drop Node.js 18
1 parent de1a883 commit 9d08cb1

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,10 @@ jobs:
4545
matrix:
4646
os: [ubuntu-latest]
4747
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
48-
node_version:
49-
- 10
50-
- 12.20.0
51-
- 14.13.0
52-
- 16
53-
- 18
54-
- 20
55-
- 22
56-
- 24
57-
- 25
48+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
5849
include:
5950
- os: windows-latest
60-
node: 10
61-
- os: windows-latest
62-
node: 22
51+
node: lts/*
6352

6453
steps:
6554
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)