We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test.yml
tlighthouse-ci.yml
1 parent 86c0320 commit c3e8f4eCopy full SHA for c3e8f4e
.github/workflows/test.yml renamed to .github/workflows/tlighthouse-ci.yml
@@ -1,4 +1,4 @@
1
-name: Initialize TLighthouse and Test using Jest
+name: TLighthouse Setup and Test
2
3
on:
4
pull_request:
@@ -11,11 +11,11 @@ jobs:
11
install:
12
name: Install and Test
13
14
- runs-on: ubuntu-latest
+ runs-on: [ubuntu-latest, macos-latest, windows-latest]
15
16
strategy:
17
matrix:
18
- node-version: [16.x, 18.x, 20.x]
+ node-version: [20.x]
19
20
steps:
21
- uses: actions/checkout@v3
@@ -29,11 +29,11 @@ jobs:
29
running:
30
name: Install and Run
31
32
33
34
35
36
37
38
39
0 commit comments