Skip to content

Commit 5541d7a

Browse files
committed
Add the environment matrix.
1 parent a06ace2 commit 5541d7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/examples.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ jobs:
66
build:
77
name: Build on node ${{ matrix.node_version }} and ${{ matrix.os }}
88
runs-on: ${{ matrix.os }}
9+
strategy:
10+
matrix:
11+
os: [ubuntu-latest]
12+
node: [10]
913
steps:
1014
- uses: actions/setup-node@v1
1115
with:

0 commit comments

Comments
 (0)