Skip to content

Commit 451995e

Browse files
authored
Removed matrix. git fix attempt.
1 parent 90af39a commit 451995e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-18.04]
10-
node: [8, 12, 13]
10+
node: [13]
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: ${{ matrix.node }}
1616
- run: yarn global add lerna
1717
- run: yarn install
18+
- run: git config --global user.email "[email protected]"
1819
- run: yarn run test

0 commit comments

Comments
 (0)