fix: 格式-3
continuous-integration/drone/tag Build was killed Details

develop v0.0.4
Gong 2023-09-04 16:37:19 +08:00
parent 1190c4dfb0
commit 98546f67d0
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ name: test
steps: steps:
- name: build - name: build
image: node:16 image: node:16.17
pull: if-not-exists
commands: commands:
- npm install - npm install
- node --version - node --version