v3.2.0
版本发布时间: 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