文件名称:ncu-action::up_arrow:自动检查您的npm模块是否应更新的动作
文件大小:520KB
文件格式:ZIP
更新时间:2024-05-21 16:33:50
JavaScript
行为
用法
这个Github动作是基于
该操作将运行命令ncu ,如果任何依赖项需要更新,该操作将失败。
例子
name : Test released version
on : [push]
jobs :
test_released_job :
runs-on : ubuntu-latest
name : A job to test the latest released ncu-action
steps :
- name : Test the released step
id : test_released
uses : fzwael/ncu-action@v1
输出
如果您具有过时的依赖关系,则作业将失败,并在日志中显示以下消息:
dependencies to upgrade: {
【文件预览】:
ncu-action-master
----.gitignore(272B)
----README.md(1KB)
----.github()
--------workflows()
----LICENSE(1KB)
----.gitattributes(42B)
----package.json(773B)
----dist()
--------index.js(1.15MB)
----index.js(679B)
----.snyk(377B)
----action.yml(370B)
----package-lock.json(215KB)