Skip to content

Commit

Permalink
Updated dependencies (npm and our meteor)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSimCity committed Mar 3, 2020
1 parent 0f5a69b commit 489b677
Show file tree
Hide file tree
Showing 5 changed files with 891 additions and 413 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8.11.1
- image: circleci/node:12.14.0

working_directory: ~/repo

Expand All @@ -28,7 +28,7 @@ jobs:

lint:
docker:
- image: circleci/node:8.11.1
- image: circleci/node:12.14.0

working_directory: ~/repo

Expand All @@ -45,7 +45,7 @@ jobs:

deploy:
docker:
- image: circleci/node:8.11.1
- image: circleci/node:12.14.0

working_directory: ~/repo

Expand All @@ -60,7 +60,7 @@ jobs:

- run: curl https://install.meteor.com/ | sh
- run: export PATH=$HOME/.meteor:$PATH
- run: cd package && npx [email protected]
- run: npm run publish

workflows:
version: 2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.10.1
12.14.0
Loading

0 comments on commit 489b677

Please sign in to comment.