Skip to content

Commit a167563

Browse files
JustinBeckwithalexander-fenster
authored andcommitted
fix: drop support for node.js 4.x and 9.x (#68)
1 parent f8a0755 commit a167563

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

packages/google-cloud-dns/.circleci/config.yml

+4-13
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,8 @@ jobs:
8686
- run: &npm_install_and_link
8787
name: Install and link the module.
8888
command: npm install
89-
- run:
90-
name: Run unit tests.
91-
command: npm test
92-
- run:
93-
name: Submit coverage data to codecov.
94-
command: node_modules/.bin/codecov
95-
when: always
89+
- run: npm test
90+
- run: node_modules/.bin/codecov
9691
node8:
9792
docker:
9893
- image: 'node:8'
@@ -179,9 +174,5 @@ jobs:
179174
- image: 'node:10'
180175
steps:
181176
- checkout
182-
- run:
183-
name: Set NPM authentication.
184-
command: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
185-
- run:
186-
name: Publish the module to npm.
187-
command: npm publish
177+
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
178+
- run: npm publish

0 commit comments

Comments
 (0)