Skip to content

Commit aa6bac8

Browse files
committed
do not test node 8 as berry doesn't support it
1 parent 0a97465 commit aa6bac8

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.circleci/config.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ aliases:
1818

1919
version: 2
2020
jobs:
21-
test-node-8:
22-
working_directory: ~/jest
23-
docker:
24-
- image: circleci/node:8
25-
steps:
26-
- checkout
27-
- restore-cache: *restore-cache
28-
- run: *install
29-
- save-cache: *save-cache
30-
- run:
31-
command: yarn test-ci-partial
32-
- store_test_results:
33-
path: reports/junit
34-
3521
test-node-10:
3622
working_directory: ~/jest
3723
docker:
@@ -118,7 +104,6 @@ workflows:
118104
version: 2
119105
build-and-deploy:
120106
jobs:
121-
- test-node-8
122107
- test-node-10
123108
- test-node-12
124109
- test-node-13 # current

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
strategy:
5353
fail-fast: false
5454
matrix:
55-
# https://github.com/actions/setup-node/issues/27
56-
node-version: [8.17.0, 10.x, 12.x, 13.x]
55+
node-version: [10.x, 12.x, 13.x]
5756
os: [ubuntu-latest, macOS-latest, windows-latest]
5857
runs-on: ${{ matrix.os }}
5958

0 commit comments

Comments
 (0)