Skip to content

Commit c3e8f4e

Browse files
committed
Rename test.yml to tlighthouse-ci.yml
1 parent 86c0320 commit c3e8f4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml renamed to .github/workflows/tlighthouse-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Initialize TLighthouse and Test using Jest
1+
name: TLighthouse Setup and Test
22

33
on:
44
pull_request:
@@ -11,11 +11,11 @@ jobs:
1111
install:
1212
name: Install and Test
1313

14-
runs-on: ubuntu-latest
14+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x, 20.x]
18+
node-version: [20.x]
1919

2020
steps:
2121
- uses: actions/checkout@v3
@@ -29,11 +29,11 @@ jobs:
2929
running:
3030
name: Install and Run
3131

32-
runs-on: ubuntu-latest
32+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
3333

3434
strategy:
3535
matrix:
36-
node-version: [16.x, 18.x, 20.x]
36+
node-version: [20.x]
3737

3838
steps:
3939
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)