Skip to content

Commit

Permalink
[next] Bump to 5.0.0-beta.4 (coralproject#2386)
Browse files Browse the repository at this point in the history
* chore: version bump

* chore: bump resource class
  • Loading branch information
wyattjoh authored Jul 2, 2019
1 parent 6339983 commit 6fe7d56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# job_environment will setup the environment for any job being executed.
job_environment: &job_environment
NODE_ENV: test
WEBPACK_MAX_CORES: 2
NODE_OPTIONS: --max-old-space-size=4096
WEBPACK_MAX_CORES: 4
NODE_OPTIONS: --max-old-space-size=8192

# job_defaults applies all the defaults for each job.
job_defaults: &job_defaults
working_directory: ~/coralproject/talk
resource_class: large
docker:
- image: circleci/node:10
environment:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down

0 comments on commit 6fe7d56

Please sign in to comment.