Production changes

This commit is contained in:
Zakary Timson 2021-06-19 20:03:29 -04:00
parent d7c7dfaa16
commit e0a5ce41e3
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/node:14.4-browsers - image: circleci/node:12.14-browsers
working_directory: ~/repo working_directory: ~/repo

View File

@ -65,13 +65,13 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "500kb", "maximumWarning": "2mb",
"maximumError": "1mb" "maximumError": "4mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "2kb", "maximumWarning": "2mb",
"maximumError": "4kb" "maximumError": "4mb"
} }
], ],
"fileReplacements": [ "fileReplacements": [