Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
ci: fix context name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Jan 23, 2020
1 parent 9fb4ac5 commit cf251b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ workflows:
install_lint_deploy:
jobs:
- install_lint_test-node10:
context: node-10
context: node10
- install_lint_test-node12:
context: node-12
context: node12
- deploy:
context: npm
requires:
Expand Down

0 comments on commit cf251b7

Please sign in to comment.