-
released this
2022-05-12 23:26:02 +08:00 | 246 commits to main since this releaseIn 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 testDownloads