Skip to content

Commit 01d1027

Browse files
committed
do not test node 8 as berry doesn't support it
1 parent aaa2489 commit 01d1027

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.circleci/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +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-
- run:
28-
command: yarn remove-prettier-dep
29-
- restore-cache: *restore-cache
30-
- run: *install
31-
- save-cache: *save-cache
32-
- run:
33-
command: yarn test-ci-partial
34-
- store_test_results:
35-
path: reports/junit
36-
3721
test-node-10:
3822
working_directory: ~/jest
3923
docker:
@@ -120,7 +104,6 @@ workflows:
120104
version: 2
121105
build-and-deploy:
122106
jobs:
123-
- test-node-8
124107
- test-node-10
125108
- test-node-12
126109
- test-node-13 # current

.github/workflows/nodejs.yml

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

0 commit comments

Comments
 (0)