Skip to content

Commit b789224

Browse files
committed
Fix CI.
1 parent 7782863 commit b789224

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
override:
3232
- echo $KEYFILE > /home/ubuntu/nodejs-docs-samples/key.json
3333
- gcloud auth activate-service-account --key-file /home/ubuntu/nodejs-docs-samples/key.json || true
34-
- yarn global add ava nyc codecov semistandard @google-cloud/nodejs-repo-tools
34+
- yarn global add ava nyc codecov semistandard @google-cloud/nodejs-repo-tools@1.4.17
3535
- yarn install
3636
- yarn run lint
3737
- samples test install -l=functions/background

0 commit comments

Comments
 (0)