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.19.0 to 1.19.1

7

History.md
1.19.1 / 2022-06-06
==================
**others**
* [[`d7df81c`](http://github.com/eggjs/egg-ci/commit/d7df81c28ab901252f8bf7c3a81c0ac2d233c659)] - 🐛 FIX: Use npminstall v5 (#39) (fengmk2 <<fengmk2@gmail.com>>)
* [[`dfc5ffa`](http://github.com/eggjs/egg-ci/commit/dfc5ffaff1eff1db4ca8e08e8d33f0ef229ad7bb)] - 📖 DOC: Add branch 1.x (fengmk2 <<fengmk2@gmail.com>>)
1.19.0 / 2021-09-16

@@ -3,0 +10,0 @@ ==================

2

install.js

@@ -123,3 +123,3 @@ 'use strict';

.replace('{{github_command_ci}}', config.command.github)
.replace('{{github_npm_install}}', config.npminstall ? 'npm i -g npminstall && npminstall' : 'npm i');
.replace('{{github_npm_install}}', config.npminstall ? 'npm i -g npminstall@5 && npminstall' : 'npm i');
ymlName = '.github/workflows/nodejs.yml';

@@ -126,0 +126,0 @@ let dir = path.join(root, '.github');

{
"name": "egg-ci",
"version": "1.19.0",
"version": "1.19.1",
"description": "Auto gen ci config file",

@@ -50,2 +50,5 @@ "main": "index.js",

},
"publishConfig": {
"tag": "latest-1"
},
"ava": {

@@ -52,0 +55,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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