Skip to content

Commit

Permalink
Revert "Update to use node 10 and see if EPIPE error is still present"
Browse files Browse the repository at this point in the history
This reverts commit 893da4f.
  • Loading branch information
ijjk committed Jan 27, 2020
1 parent 31f0a4f commit b361c63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ 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 @@ -61,10 +58,6 @@ 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 @@ -82,10 +75,6 @@ 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: 0 additions & 4 deletions .github/workflows/test_react_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ 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 b361c63

Please sign in to comment.