You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/node.js.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ name: Node.js CI
5
5
6
6
on:
7
7
push:
8
-
branches: [ main, 4.x.x, 5.x.x ]
8
+
branches: [ main, 4.x.x ]
9
9
pull_request:
10
-
branches: [ main, 4.x.x, 5.x.x ]
10
+
branches: [ main, 4.x.x ]
11
11
12
12
jobs:
13
13
build:
@@ -17,17 +17,17 @@ jobs:
17
17
strategy:
18
18
matrix:
19
19
node-version:
20
-
- 16# to be removed 2023-09-11
21
-
- 18# to be removed 2025-04-30
22
-
- 19# to be removed 2023-06-01
23
-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
+
- 18# to be removed 2025-04-30
21
+
- 20# to be removed 2026-04-30
22
+
- latest
23
+
# See supported Node.js release schedule at https://github.com/nodejs/release#release-schedule
0 commit comments