Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
8d506f8220 | |||
bd9ed5feb5 | |||
ec28c660dc | |||
9f4299e52a |
@ -1,4 +1,4 @@
|
|||||||
image: hosttoday/ht-docker-node:latest
|
image: hosttoday/ht-docker-node:npmci
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
@ -11,6 +11,7 @@ testLEGACY:
|
|||||||
- npmci test legacy
|
- npmci test legacy
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
testLTS:
|
testLTS:
|
||||||
stage: test
|
stage: test
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "npmts",
|
"name": "npmts",
|
||||||
"version": "5.2.3",
|
"version": "5.2.5",
|
||||||
"description": "write npm modules with TypeScript",
|
"description": "write npm modules with TypeScript",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Reference in New Issue
Block a user