MyGit

v3.2.0

actions/setup-node

版本发布时间: 2022-05-16 18:21:46

actions/setup-node最新发布版本:v4.0.4(2024-09-19 22:07:35)

In scope of this release we added new aliases to install the latest Node.js version. https://github.com/actions/setup-node/pull/483

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: current
- run: npm ci
- run: npm test

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-05-16发行的版本