Socket
Socket
Sign inDemoInstall

egg-ci

Package Overview
Dependencies
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-ci - npm Package Compare versions

Comparing version 1.18.0 to 1.19.0

9

History.md
1.19.0 / 2021-09-16
==================
**features**
* [[`31e0a8b`](http://github.com/eggjs/egg-ci/commit/31e0a8b45957b1c4cdec1d4905c6140803c3428a)] - feat: support main branch on github action (#36) (fengmk2 <<fengmk2@gmail.com>>)
**others**
* [[`a8516e8`](http://github.com/eggjs/egg-ci/commit/a8516e822a5e086a72721447c749fb53d9c566ef)] - chore: add github type (fengmk2 <<fengmk2@gmail.com>>)
1.18.0 / 2020-09-08

@@ -3,0 +12,0 @@ ==================

8

package.json
{
"name": "egg-ci",
"version": "1.18.0",
"version": "1.19.0",
"description": "Auto gen ci config file",

@@ -56,6 +56,6 @@ "main": "index.js",

"ci": {
"type": "travis, github",
"version": "10, 12, 14",
"type": "github",
"version": "10, 12, 14, 16",
"os": {
"travis": "linux, osx, windows"
"github": "linux, macos, windows"
},

@@ -62,0 +62,0 @@ "nyc": true,

@@ -36,3 +36,3 @@ egg-ci

"ci": {
"type": "travis, appveyor", // default ci env type is 'travis, appveyor', also support 'azure-pipelines'
"type": "github", // default ci env type is 'travis, appveyor', also support 'github, azure-pipelines'
"os": {

@@ -44,3 +44,3 @@ "travis": "linux", // travis support 'linux', 'osx' and 'windows' operation system, default is 'linux'

"npminstall": true, // use `npminstall` or `npm install`, default is true
"version": "8, 10, 12", // test LTS node version by default
"version": "12, 14, 16", // test LTS node version by default
// npm ci command

@@ -47,0 +47,0 @@ "command": {

@@ -35,3 +35,3 @@ egg-ci

"ci": {
"type": "travis, appveyor", // 默认的集成环境是 'travis, appveyor',还支持 'azure-pipelines'
"type": "travis, appveyor", // 默认的集成环境是 'travis, appveyor',还支持 'github, azure-pipelines'
"os": {

@@ -43,3 +43,3 @@ "travis": "", // 支持 'linux, osx, windows' 三种操作系统,默认是 'linux'

"npminstall": true, // 是否使用 `npminstall`, 默认为 true
"version": "10, 12", // 指定 Node 版本。 默认为 LTS 版本。
"version": "12, 14, 16", // 指定 Node 版本。 默认为 LTS 版本。
// npm ci command

@@ -46,0 +46,0 @@ "command": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc