We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96f54f commit 0a656beCopy full SHA for 0a656be
1 file changed
.circleci/config.yml
@@ -122,14 +122,14 @@ jobs:
122
root: ~/project
123
paths:
124
- yarn
125
- test-pkg-tests-linux-node10:
126
- <<: *docker_defaults
127
- docker:
128
- - image: node:10
129
- <<: *pkg_tests
130
- test-pkg-tests-linux-node8:
131
132
+# test-pkg-tests-linux-node10:
+# <<: *docker_defaults
+# docker:
+# - image: node:10
+# <<: *pkg_tests
+# test-pkg-tests-linux-node8:
133
test-linux-node10:
134
<<: *docker_defaults
135
<<: *test_steps
0 commit comments