0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

Merge branch 'master' into chore/replace-date-fns-with-dayjs

This commit is contained in:
Juan Picado @jotadeveloper 2019-04-29 00:46:08 +02:00 committed by GitHub
commit b8f63295b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 5 deletions

View file

@ -6,17 +6,20 @@ aliases:
- &node8_executor
docker:
- image: circleci/node:8
- &node10_browser_executor
- &node12_browser_executor
docker:
- image: circleci/node:10-browsers
- image: circleci/node:12-browsers
- &node10_executor
docker:
- image: circleci/node:10
- &node11_executor
docker:
- image: circleci/node:11.10.1
- image: circleci/node:11
- &node12_executor
docker:
- image: circleci/node:12
- &default_executor
<<: *node10_executor
<<: *node12_executor
- &repo_key
repo-{{ .Branch }}-{{ .Revision }}
- &coverage_key
@ -100,9 +103,20 @@ jobs:
yarn run test
yarn test:functional
test_node12:
<<: *defaults
<<: *node12_executor
steps:
- *restore_repo
- run:
name: Test with Node 12
command: |
yarn run test
yarn test:functional
test_e2e:
<<: *defaults
<<: *node10_browser_executor
<<: *node12_browser_executor
steps:
- *restore_repo
- run:
@ -145,6 +159,10 @@ workflows:
requires:
- prepare
<<: *ignore_non_dev_branches
- test_node12:
requires:
- prepare
<<: *ignore_non_dev_branches
- test_e2e:
requires:
- prepare
@ -154,5 +172,6 @@ workflows:
- test_node8
- test_node10
- test_node11
- test_node12
- test_e2e
<<: *ignore_non_dev_branches

View file

@ -53,6 +53,7 @@
"devDependencies": {
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"@octokit/rest": "16.25.0",
"@verdaccio/babel-preset": "0.1.0",
"@verdaccio/types": "5.0.0-beta.4",
"codecov": "3.3.0",

BIN
yarn.lock

Binary file not shown.