File tree Expand file tree Collapse file tree 4 files changed +1845
-1451
lines changed Expand file tree Collapse file tree 4 files changed +1845
-1451
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Browsers 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 :
23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- name : ${{ matrix.browser-name }}
26
- uses : actions/setup-node@v3
26
+ uses : actions/setup-node@v4
27
27
- run : npm ci
28
28
- run : npx playwright install --with-deps
29
29
- run : npm run build --if-present
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
24
24
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v4
27
27
- name : Use Node.js ${{ matrix.node-version }}
28
- uses : actions/setup-node@v1
28
+ uses : actions/setup-node@v4
29
29
with :
30
30
node-version : ${{ matrix.node-version }}
31
31
- run : npm ci
32
32
- run : npm run build --if-present
33
- - run : npm test
33
+ - run : npm run test-node
You can’t perform that action at this time.
0 commit comments