Skip to content

Commit

Permalink
Update to use node 10 and see if EPIPE error is still present
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 27, 2020
1 parent efd2abe commit 893da4f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
matrix:
group: [1, 2, 3, 4, 5, 6]
steps:
- uses: actions/setup-node@v1
with:
node-version: 10
- uses: actions/cache@v1
id: restore-build
with:
Expand All @@ -58,6 +61,10 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/setup-node@v1
with:
node-version: 10

- uses: actions/cache@v1
id: restore-build
with:
Expand All @@ -75,6 +82,10 @@ jobs:
needs: build
if: github.ref == 'canary'
steps:
- uses: actions/setup-node@v1
with:
node-version: 10

- uses: actions/cache@v1
id: restore-build
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test_react_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
matrix:
group: [1, 2, 3, 4, 5, 6]
steps:
- uses: actions/setup-node@v1
with:
node-version: 10

- uses: actions/cache@v1
id: restore-build
with:
Expand Down

0 comments on commit 893da4f

Please sign in to comment.